# Pragma mark in Swift || Annotations in swift

Solution:

In swift you can use the annotations for code folding and formatting.You can easily access your need of line using pragma marks.

//  MARK :- Title for identification

// write your codes here

It will format your code via the title you had given

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift