The first thing that came to mind when I saw Swift was TableViews. This is a step by step tutorial. tl;dr Full Code Create a new project Open Xcode 6, create a new “Single Page Application” and select Swift as the programming language. Add a table view property Open the ViewController.swift class and add a new tableview instance variable below the class…
Monthly Archives: June 2014
Hello Swift!
Apple just released a new programming language for the iOS and OS X platforms along with over 4000 new APIs. We are going to be covering cool stuff we find digging through all these new goodies.