DISCLAIMER This tutorial is intended for people who are just starting out with iOS programming. It doesn’t assume any familiarity with Xcode and only assumes basic knowledge of Swift programming and OOP. In this tutorial you’re going to make a tip calculator iOS application. First Steps To follow along with this tutorial you’ll need to have Xcode installed. Xcode is…
Monthly Archives: September 2015
Swift 2.0: Challenge Accepted!
The update is published – the price is $25 until 4 Oct then back to $40 Swift 2.0 will be out of beta soon. We are currently working on the update for the Swift Programming from Scratch book and app. We still have issues with a couple exercises in the platform – we like challenges so we are dropping the price by $2…

Auto Layout 101
A few years ago you might have gotten away without Auto Layout. Now there are a couple of different iPhone sizes and on iPad you can run two apps at the same time. Auto Layout is the way to go! This tutorial will cover the basics of Auto Layout so that you can start using it in your apps. We…