Hi, I want to separate properties and functions using comment.
How to comment in the code to achieve like greenline?
Hi, I want to separate properties and functions using comment.
How to comment in the code to achieve like greenline?
Use MARK
Example:
// MARK: Properties
Also if you put a dash afterwards it gives you a line separator
// MARK: - Properties