AVPhotoSlider / SightResight
May 02, 2013 • CC BY-SA 3.0 License
Shows how simple it is to use UIScrollViews to create a gallery with zooming etc. This is the code for the app Sight Resight in App Store.
MasterDetailController
September 05, 2012 • Public Domain License
A master detail controller that works like the facebook sliding menu/view
You need to provide a master controller and detail controller. These controllers should subclass UIViewController and pr...