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...
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.
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.