Stay in touch
LaunchScreenViewController
December 27, 2014 • MIT License
iOS View Controller for loading default launch screen in app and maybe to add some animations to it
ReorderableGridView (Swift)
December 27, 2014 • MIT License
Reorderable grid view solution implemented with Swift. It's a UIScrollView subclass, not a collection view layout.
JFMinimalNotifications
December 26, 2014 • MIT License
An iOS UIView for presenting a minimalistic notification that doesn't block the UI and is highly configurable.
See this control in action here: https://www.youtube.com/watch?v=jDYC-NYKl9A
BoxSimpleOAuth
December 26, 2014 • MIT License
A quick and simple way to authenticate a Box user in your iPhone or iPad app.
Quick How-To:
* Create an instance of BoxSimpleOAuthViewController and pass in a Box client ID, client secret, cl...
NSURL Validation
December 26, 2014 • MIT License
This is a Swift extension of NSURL that will take a provided String and validate it for both proper format and that it is an accessible url. It is asynchronous and returns the response and formatte...
RRMessageController
December 25, 2014 • MIT License
RRMessageController is a UIViewController, allows you to write a message with photos as attachment.
FXModelValidation
December 25, 2014 • MIT License
FXModelValidation is an Objective-C library that allows to validate data/model/forms easily. Suits for any NSObject.
SSAPullToRefresh
December 25, 2014 • MIT License
A simple PullToRefresh implementation, inspired by the look of the Facebook iOS app PullToRefresh component.
No image provided.
BFKit
December 24, 2014 • MIT License
BFKit is a collection of useful classes to <strong>develop Apps faster</strong>.
If you are looking for <strong>Swift</strong> version check it out here: <strong><a href="https://www.cocoacontro...
MaterialKit
December 24, 2014 • MIT License
Material design components (inspired by Google Material Design) for iOS written in Swift
Game-Timer
December 24, 2014 • MIT License
GameTimer is a light-weight timer that you can use for iOS games. It can be enhanced easily for more complex projects. One use is to update a progressbar whilst the main timer is running.
GameTi...
MMTransitionEffect
December 23, 2014 • MIT License
This is Extension Of RSTransitionEffect(yeahdongcn) Transformed From (Frame based animation) to (Constraint Based Animation)
MSAlertController
December 18, 2014 • MIT License
You can use AlertController in iOS7!!
MSAlertController has same feature at UIAlertViewController.
In addtion, customize font, font size and font color.
DSFacebookImagePicker
December 18, 2014 • MIT License
DSFacebookImagePicker is an image picker replacement that selects photos from the user's Facebook account instead of their local photo library. It was designed to be used as similar as possible to ...
JTNumberScrollAnimatedView
December 16, 2014 • MIT License
A scroll animation for display number for iOS
ZFTokenField
December 15, 2014 • MIT License
iOS custom view that let you add token view inside like NSTokenField
KMMSmileyStrength
December 13, 2014 • MIT License
A password strength view that uses smiley faces to depict the strength of a password.
Set a custom font colour for the smiley faces, so that you can style it according to your app.
Set a custom...
QRCodeReaderViewController
December 13, 2014 • MIT License
Simple QRCode reader for iOS 7 and over in Objective-C