Swift: Understanding // MARK
The // MARK: and // MARK: – syntax in Swift functions identically to the #pragma mark and #pragma mark – syntax in Objective-C. When using this syntax (plus // TODO: and // FIXME:), you can get some extra information to show up in the quick jump bar. Consider these few lines of source code: // … Read more