iOS reference is my reference about learning iOS from scratch. It contains many example of iOS projects, resources, helpful link, etc.
Framework | Description |
---|---|
SDWebImage | The better way to load Image from Web. Easy to use with UIImageView. |
Alamofire | Elegant HTTP Networking in Swift. |
SwiftyJSON | The better way to deal with JSON data in Swift. |
SkyFloatingLabelTextField | A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift. |
SideMenuSwift | An interactive iOS side menu with rich features. |
Firebase/Core | One of library for using Push Notification. |
Firebase/Messaging | Dependency for Push Notification in Firebase. |
YPImagePicker | Instagram-like image picker & filters for iOS. |
ReadMoreTextView | UITextView subclass with "read more"/"read less" capabilities. |
Toast-Swift | A Swift extension that adds toast notifications to the UIView object class. |
PopupViewController | EzPopup will help you to show popup in the simplest way. |
GrowingTextView | An UITextView in Swift. Support auto growing, placeholder and length limit. |
- iOS Developer Roadmap - Roadmap to becoming an iOS developer in 2018.
- iOS Good Practices - Good ideas for iOS development, by Futurice developers.
- Ray Wenderlich - The largest collection of Swift & iOS video tutorials anywhere.
- CocoaPods - CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 33 thousand libraries and is used in over 2.2 million apps. CocoaPods can help you scale your projects elegantly.
- Xcconfig Guide - Using Xcode Configuration (.xcconfig) to Manage Different Build Settings.