I'm using the new Xcode 7 and Swift 2. Trying to get upto speed.
In Objective-c, I like to use :
#pragma mark - mystuff
I've read in online searches, that in swift I could use something like:
// MARK : - mystuff
But apparently, in Xcode 7, this does not work. Is there an alternative? I looked in the Swift 2 pdf book and it was not obvious.