How to use MARK: in iOS Swift ?

We can write code annotation so that when we see the Minimap, it will list out functions & vars of the project in sectioned manner. This will speedup to jump the desired piece of code.At Minimum we can apply the // MARK:  — ViewLifeCycle It will look like below image For the Code So we can also …

How to use MARK: in iOS Swift ? Read More »