A simple, single view controller app that adds two integers in Objective-C.
A simple webbrowser using a 3rd party Cocoapod.
The simple ObjC Adder from before but now with the logic part being written in Swift.
Persist some values and read them again.
Persist user input and survive the app getting killed.
Add unit tests to our Swift Adder class (no UI here).
An incomplete project with tab bar navigation that crashes at runtime and needs to be fixed.
Demonstrating two different ways of positioning elements to fit various screen sizes using interface builder.
Simple animations using UIView's Core Animation properties.
Navigate between view controllers using Interface Builder and Segues.
Pass data from one view controller to the next.
Our famous Adder project now with UI Tests.
Translating the Adder project into different languages.
The simplest possible example to asynchronously fetch data from the internet.
Wrap the networking code in a more useable class.