-
Notifications
You must be signed in to change notification settings - Fork 8
Code Snippet
Rey edited this page Jul 25, 2022
·
5 revisions
Code snippets are templates that make it easier to enter repeating code patterns, such as loops or conditional-statements.
Code Convention에 따라 작성되었습니다.
각 MARK의 의도는 링크된 Code Convention #Mark를 참고해주세요.
// MARK: State Properties
// MARK: General Properties
// MARK: Methods
// MARK: ViewBuilder
// MARK: Life Cycles
// MARK: State Properties
// MARK: Published Properties
// MARK: General Properties
// MARK: Methods
// MARK: Life Cycles
// MARK: - Properties
// MARK: - Methods
// MARK: - IBOutlets
// MARK: - IBActions
// MARK: - Delegates And DataSources
// MARK: - Life Cycles