# 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

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift