Stay in touch
YHRoundBorderedButton
April 22, 2014 • MIT License
Button with rounded border and animation, which is identical to AppStore's open/download/update/.. button.
CCHexagonFlowLayout
April 22, 2014 • MIT License
UICollectionView layout for both horizontal and vertical management of hexagonal cells
Lyt
April 22, 2014 • Apache 2.0 License
A UIView category to make autolayout (more) readable and less verbose. Write this:
[view lyt_centerInParent];
Instead of:
NSLayoutConstraint *centerXConstraint = [NSLayoutConstrain...
ARWebServerActivity
April 20, 2014 • MIT License
A UIActivity subclass that share files via GCDWebServer with Twitter Bootstrap UI.
No image provided.
MJParallaxCollectionView
April 20, 2014 • MIT License
This is a parallax for the cells inside UICollectionView. It gives us an effect just like scrolling the images in Whatsapp or scrolling through the Weather app for iOS.
Catch up with me at : htt...
AnimatedTransitionGallery
April 19, 2014 • Unspecified License
A gallery app of custom animated transitions for iOS 7.
ASTextField
April 19, 2014 • MIT License
A demo project for making custom UITextField in iOS. Very useful for making login signup screens in couple of minutes. This text field is purely made by customizing the UITextField, no background v...
Koala Hates Rain
April 19, 2014 • MIT License
"Koala Hates Rain" is a simple game where your goal is to dodge raindrop, stay dry fur as long as possible and gain high points.
You can see the code here :
https://github.com/haruair/Koala-Hat...
UIColor+FlatColors
April 17, 2014 • MIT License
A category to extend UIColor with the flat colors from the Flat UI framework. http://designmodo.github.io/Flat-UI/
soofani-THContactPicker
April 17, 2014 • MIT License
An iOS view used for selecting multiple contacts. This was built to mimic the selecting contact functionality in the Apple Mail app with improved UI.
Details:
* Control now loads contacts fro...
OCMaskedTextFieldView
April 17, 2014 • Apache 2.0 License
A simple UIView subclass to display dynamically masked textFields.
XLForm
April 16, 2014 • MIT License
XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. The goal of the library is to get the same power of hand-made forms but spending 1/10 of the time.
XLForm...
ASValueTrackingSlider
April 16, 2014 • MIT License
A UISlider subclass that displays live values in an easy to customize, animated popup view. If you supply an array of UIColors, the popup view will animate the color change as the slider moves.
Motis
April 16, 2014 • Apache 2.0 License
Smart JSON to NSObject mapping using Cocoa's KVC.
Motis is a user-friendly interface with Key Value Coding that provides your NSObjects tools to map key-values stored in dictionaries into themse...
MDCSwipeToChoose
April 15, 2014 • MIT License
Swipe to "like" or "dislike" any view, just like Tinder.app. Build a flashcard app, a photo viewer, and more, in minutes, not hours!
SLParallaxController
April 15, 2014 • MIT License
Parallax effect between UITableView & UIMapView - like FourSquare
ASOAnimatedButton
April 15, 2014 • MIT License
A storyboard-friendly library to animate button to have a two-state or bounce effect. One of the possible implementations of those effects is it can be used to build a menu buttons such as the one...