Sample camera app template with dedicated tutorial UI & all the necessary utilities to start your next iOS camera project for iPhone or iPad. Features rich animations, sound effects and sharing features.
Written entirely on plain old Objective-C and extremely extensible.
Xcode version 7.3.1 (7D1014) with iOS 9.2 SDK required. CocoaPods 1.0 is also a must.
Clone the repo and run $ pod intsall
in the dedicated project folder.
You could also use the built-in PodInstall.command file if you're super lazy.
Tested on iPhone and iPad with iOS 8.0 and up, 9.0 and up and iOS 10.0 Developer Beta 1. Project minimal deployment target is iOS 8.0.
This project uses ARC and is Bitcode compatiable. Project is built on top of Storyboards and Xibs with Autolayout and Size Classes.
We'd love to see your ideas for improving this project! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a new Github issue if you find bugs or have questions.