# 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

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift