Skip to content

Instantly share code, notes, and snippets.

@dudarenko-io
Created November 27, 2017 14:13
Show Gist options
  • Save dudarenko-io/28810af21466b83069fb6a05972ad047 to your computer and use it in GitHub Desktop.
Save dudarenko-io/28810af21466b83069fb6a05972ad047 to your computer and use it in GitHub Desktop.
/// Class file structure
// MARK: - Internal Properties
// MARK: - Private Properties
// MARK: - Init / Deinit
// MARK: - Public Methods
// MARK: - Private Methods
/// Subclass file structure
// MARK: - Internal Properties
// MARK: - Superclass Properties
// MARK: - Private Properties
// MARK: - Init / Deinit
// MARK: - Public Methods
// MARK: - Superclass methods
// MARK: - Private Methods
/// UIViewController subclass file structure
// MARK: - Internal Properties
// MARK: - UIViewController Properties
// MARK: - IBOutlets
// MARK: - Private Properties
// MARK: - Init / Deinit
// MARK: - Public Methods
// MARK: - UIViewController methods
// MARK: - IBActions
// MARK: - Private Methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment