Swift: Understanding // MARK

Viewed 81136

What is the purpose of writing comments in Swift as:

// MARK: This is a comment

When you can also do:

// This is a comment

What does the // MARK achieve?

2 Answers
Related