This section provides detailed information on the contribution process and offers valuable recommendations.
For better organization and readability of the code structure, it's advisable to utilize 'marks'.
class Example {
// MARK: - Init
init() {}
}
Here you find all which using in project:
- // MARK: - Init
- // MARK: - Lifecycle
- // MARK: - Layout
- // MARK: - Public
- // MARK: - Private
- // MARK: - Internal
- // MARK: - Models
- // MARK: - Override