Difference between revisions of "Swift Framework/Feature Tutorials"

From Hawk Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
===Core Image Swift===
 
===Core Image Swift===
 
http://www.raywenderlich.com/76285/beginning-core-image-swift
 
http://www.raywenderlich.com/76285/beginning-core-image-swift
 +
===Core Image Filters with Photos and Video for iOS===
 +
https://developer.apple.com/library/ios/samplecode/CIFunHouse/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013431
 
===AV Cam Manual===
 
===AV Cam Manual===
 
https://developer.apple.com/library/ios/samplecode/AVCamManual/Introduction/Intro.html
 
https://developer.apple.com/library/ios/samplecode/AVCamManual/Introduction/Intro.html

Latest revision as of 19:27, 14 March 2015

Core Image Swift

http://www.raywenderlich.com/76285/beginning-core-image-swift

Core Image Filters with Photos and Video for iOS

https://developer.apple.com/library/ios/samplecode/CIFunHouse/Introduction/Intro.html#//apple_ref/doc/uid/DTS40013431

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

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/