Stay in touch
CurrencyNumericTextField
June 28, 2013 • BSD License
Provides a currency symbol-equipped text field.
InfiniteScrollPicker
June 20, 2013 • BSD License
InfiniteScrollPicker is a subclass of UIScrollView and providing infinite scrolling and size scaling for central items (refer to screenshot). This is a control that I wrote for Emodex (https://itun...
Parallax
June 17, 2013 • BSD License
Parallax is an iOS library that reproduces the parallax effect of the iOS7 home screen.
LRAccessoryView
June 13, 2013 • BSD License
LRAccessoryView is a custom UIToolbar view for iOS that enables a control for form navigation (like Safari)
BRScrollBarView
June 03, 2013 • BSD License
BRScrollBarView is a powerful scroll bar allows the user to drag a handle to quickly scroll through the contents of a UIScrollView or UITableView.
BRScollBarView shows a label with text, so you ...
kxintro
May 26, 2013 • BSD License
KxIntro is a small set of Objective-C classes for showing intro screens in your iOS app.
UIView+Shadow
May 23, 2013 • BSD License
An UIView category that allow user to easily make inset shadow, customize the radius, alpha, color and directions.
RBDMuteSwitch
May 18, 2013 • BSD License
Prior to iOS 5 it was relatively straightforward to detect whether a device was muted by using an audio route to detect playback type.
But under iOS 5 this was changed as Apple never intended fo...
METoast
May 15, 2013 • BSD License
METoast is a view to show toast message. It's a queue based FIFO toast.
Fingertips
May 04, 2013 • BSD License
Fingertips is a small library that gives you automatic presentation mode in your iOS app.
Drag Menu
May 02, 2013 • BSD License
A drag-to-reveal menu that allow user to drag at somewhere and see a menu show up. The drag menu will stick at the point that user dragged, configurable if you want it's center to stick at a point....
Animated-TableViewCell
April 30, 2013 • BSD License
A example project with Animated Cells
In this example, I created a customCell1 which demonstrate that how the animated call user to subclass and customize their own tableViewCell. Add everything...
Swipe-to-Select-GridView
April 30, 2013 • BSD License
A example project to make a swipe-to-select GridView based on UICollectionView
It allows user to swipe to select multiple items.