You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the members of a class/struct/enum are emitted in a particular order, "MARK" comments could be produced between the sections to aid in navigation in xcode.
Something like
classFoo{// MARK Public Propertiespublicvarbar:Bar// MARK Private propertiesvarbaz:Baz// MARK Initializers..// MARK Public functions..// MARK Private functions..}
The text was updated successfully, but these errors were encountered:
Since the members of a class/struct/enum are emitted in a particular order, "MARK" comments could be produced between the sections to aid in navigation in xcode.
Something like
The text was updated successfully, but these errors were encountered: