Difference between revisions of "Swift Framework/Feature Tutorials"
From Hawk Wiki
Line 7: | Line 7: | ||
===Using UITableView=== | ===Using UITableView=== | ||
https://github.com/codepath/objc_ios_guides/wiki/Using-UITableView | https://github.com/codepath/objc_ios_guides/wiki/Using-UITableView | ||
+ | ===Using Navigation Controllers=== | ||
+ | https://github.com/codepath/objc_ios_guides/wiki/Using-Navigation-Controllers#configure-left-or-right-navigation-bar-buttons | ||
+ | ===How To Create UIPageViewController Using Storyboard=== | ||
+ | http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/ |
Revision as of 19:02, 14 March 2015
Contents
Core Image Swift
http://www.raywenderlich.com/76285/beginning-core-image-swift
AV Cam Manual
https://developer.apple.com/library/ios/samplecode/AVCamManual/Introduction/Intro.html There is a sample code to download
Using UITableView
https://github.com/codepath/objc_ios_guides/wiki/Using-UITableView
How To Create UIPageViewController Using Storyboard
http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/