Difference between revisions of "Swift Framework/Feature Tutorials"
From Hawk Wiki
(Created page with "===Core Image Swift=== http://www.raywenderlich.com/76285/beginning-core-image-swift ===AV Cam Manual=== https://developer.apple.com/library/ios/samplecode/AVCamManual/Introducti...") |
|||
(2 intermediate revisions by the same user not shown) | |||
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 | ||
There is a sample code to download | 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/ |
Latest revision as of 19:27, 14 March 2015
Contents
Core Image Swift
http://www.raywenderlich.com/76285/beginning-core-image-swift
Core Image Filters with Photos and Video for iOS
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/