Stay in touch
JMFormDescription
October 17, 2014 • MIT License
JMFormDescription is an Objective-C library for easily creating and managing complex structured forms.
No image provided.
NFXTourViewController
October 17, 2014 • MIT License
This is the ViewController that the user can see in a simple way the tour image.
StatefulViewController
October 16, 2014 • MIT License
Placeholder views based on content, loading, error or empty states
UIView-Easing
October 16, 2014 • MIT License
Inspired from UIView-EasingFunctions with some difference in implementation, this doesn't use AHEasing, instead it uses CAMediaTimingFunction. Created mainly because the previously mentioned repo d...
KINWebBrowser
October 16, 2014 • MIT License
KINWebBrowser is a web browser module for your apps. Compatible with iPhone and iPad devices running iOS 7 & 8.
Wethr
October 15, 2014 • MIT License
Wethr provides developers the ability to add location-based current weather conditions to their views as simply as adding any UIView.
SCLAlertView-Objective-C
October 14, 2014 • MIT License
Animated Alert View written in Objective-C, which can be used as a UIAlertView or UIAlertController replacement.
SwiftyJSON
October 14, 2014 • MIT License
The better way to deal with JSON data in Swift
let json = JSON(data: dataFromNetworking)
if let userName = json[0]["user"]["name"].string{
//Now you got your value
}
CKTextField
October 14, 2014 • MIT License
Enhanced UITextField, with improved visuals for a sweet UX.
Add input validation via Storyboard! The CKTextField displays a green checkmark once the user entered a valid content. It will shake, ...
CrossNavigation
October 14, 2014 • MIT License
if you inherit your view controllers from CNViewController, you'll be able to push them to the stack not just to right side (as you do if you use UINavigationController), but to any of four: left, ...
BHTabViewSplitVC
October 13, 2014 • MIT License
A iOS8 universal template for embedding a UISplitViewController in a UITabViewController