Stay in touch
ATAppUpdater
March 12, 2015 • MIT License
Checks if there is a newer version of your app in the AppStore and alerts the user to update the app.
- One line of code
- Milliseconds response
- Thread-safe
- Shows version number in alert
...
HYPanViewController
March 12, 2015 • MIT License
The ViewController that recreates the vvebo app Animation.
The Awesome way to delete tableView Cell or present New ViewController.
BLKFlexibleHeightBar
March 12, 2015 • MIT License
BLKFlexibleHeightBar allows you to create header bars with flexible heights. Often, this sort of UI paradigm is used to hide chrome and make room for more content as a user is scrolling. This is se...
UILabel-AutomaticWriting
March 10, 2015 • MIT License
UILabel category with automatic writing animation. Inspired by Google Trends - Hot Searches (http://www.google.com/trends/hottrends/visualize)
MARKRangeSlider
March 09, 2015 • MIT License
A custom reusable slider control with 2 thumbs (range slider). Values range is between `minimumValues` and `maximumValue` (from 0 to 1 by default). The left thumb isn't able to go on the right side...
LIGRippleView
March 09, 2015 • MIT License
UIView subclass with elegant ripple effect, inspired by many dribbble demos.
BIND
March 08, 2015 • MIT License
Data Binding and MVVM for iOS
BIND offers a loose framework for implementing MVVMC architecture in your app. Make your code more reactive, testable and maintainable.
LTNavigationBar
March 08, 2015 • MIT License
UINavigationBar Category which allows you to change its background dynamically.
iOS Knob Control
March 08, 2015 • BSD License
This is a generic, reusable knob control you can insert into any application. You may provide custom knob images or use the customizable default images. The control animates rotation of the image i...
Form
March 08, 2015 • MIT License
Form came out from our need to a form that could share logic between our iOS apps and our web clients, we found that JSON was one way to achieve this.
Form includes the following features:
- ...
No image provided.
ANProgressStepper
March 08, 2015 • MIT License
A stepped progress control to show the user their progress in a multi-step process such as a multi-page form.
SingleLineTextField
March 06, 2015 • MIT License
A single line textfield implementation that uses the same style of the [telegram website](https://web.telegram.org)
- Custom text field with a single line
- Place holder animation like telegram...
HCSStarRatingView
March 06, 2015 • MIT License
Simple star rating view for iOS written in Objective-C
HCSStarRatingView is a UIControl subclass to easily provide users with a basic star-rating interface.
It supports all device resolutions...
YLSwipeLockView
March 06, 2015 • MIT License
a swipe password view to unlock an application written in objective-c.
MCCardPickerCollectionViewController
March 05, 2015 • MIT License
A card collection view controller inspired by Facebook People you may know page.
MKInputBoxView
March 05, 2015 • MIT License
A tiny replacement for UIAlertView w/ text views. Based on BMInputView.