#iOS Snippets
A collection of useful snippet for iOS development.
##Intro
This is a collection of snippets that I have been referencing quite a bit while learning iOS development (started in September 2013). Please keep in mind that while these snippets all work (all have been tested in Xcode 5) they might not be the most optimized way of accomplishing something). And while they have been tested, they have not been stressed tested for memory leaks.
##Table of Contents
- AutoLayout
- Blocks
- CoreData
- CoreLocation.framework
- [Handling Data](Snippets/Handling Data.md)
- [Handling Objects](Snippets/Handling Objects.md)
- Logic
- MapKit.framework
- [Miscellaneous Methods](Snippets/Miscellaneous Methods.md)
- NSCoding
- NSUserDefaults
- Settings
- Social.framework
- UIActionSheet
- UIButton
- UICollectionView
- UIImage
- UIImagePickerController
- UILabel
- UINavigationController
- UIScrollView
- UITabController
- UITableViewController
- UITextField
- UITextView
- UIViewController
- UIWebView
- Variables
- [Xcode Editor](Snippets/Xcode Editor.md)
##Libraries
##Links
###Blogs
###Reference
- https://developer.apple.com/library/ios/navigation/
- https://developer.apple.com/wwdc/videos/
- http://asciiwwdc.com/
###Graphic Resources
###Tools
###Frameworks
- https://github.com/AFNetworking/AFNetworking/
- https://github.com/path/FastImageCache
- https://github.com/RestKit/RestKit/
- https://github.com/CEWendel/SWTableViewCell
- https://github.com/mehsome/MCPanelViewController
- https://github.com/IFTTT/JazzHands
- https://github.com/arielelkin/PocketSVG
- https://github.com/cloudkite/Masonry