How do you specify public vs private members? The language seems to be missing private/public keywords, and protocols (interfaces) are automatically generated.
I'm aggregating resources to learn Swift for both new/existing iOS devs. Check it out at:<p><a href="http://www.LearnSwift.tips" rel="nofollow">http://www.LearnSwift.tips</a><p>Mostly for selfish reasons to share it easily with friends.
I think the author misses the point of the `let` keyword. It's not meant as the equivalent of declaring constants in Objective-C; they're main purpose isn't to be global and static like constants.
BTW, part 2 is here: <a href="http://jamesonquave.com/blog/developing-ios-apps-using-swift-tutorial-part-2/" rel="nofollow">http://jamesonquave.com/blog/developing-ios-apps-using-swift...</a>
There is an awesome Swift Cheat Sheet and Quick Reference: <a href="http://swift-cheatsheet.co.uk" rel="nofollow">http://swift-cheatsheet.co.uk</a>
Free downloadable ebooks can be found there: <a href="http://www.iphonetransferrecovery.com/Swift/free-ebooks.html" rel="nofollow">http://www.iphonetransferrecovery.com/Swift/free-ebooks.html</a>
It's again the same boilerplate-code to create something simple as a tableview. I don't understand why they had to 'invent' a new programming language for that.