Stay in touch
RNSwipeBar
July 11, 2012 • MIT License
A replacement for UIToolbars and UITabBars. Add your widgets and buttons for a given view to the bar, and users can swipe it up to expose its contents.
DMSlidingCell
July 08, 2012 • MIT License
DMSlidingCell is a simple Slide-To-Reveal implementation of UITableViewCell you can found in Twitter and many other applications. It uses blocks and Core Animation so it requires iOS 4.x or later.
DAAnisotropicImage
July 08, 2012 • MIT License
DAAnisotropicImage is an anisotropic UIImage generator. Specifically, for a metallic slider knob.
It was built to be an imitation of the volume slider thumb image in Apple's iOS 6.0 Music app.
SLNumberPickerView
July 07, 2012 • MIT License
SLNumberPickerView is a control that presents a 3-digit number picker. It's very customisable, highly themable, and very easy to use.
MJPopupViewController
July 03, 2012 • MIT License
A UIViewController Category to display a ViewController as a popup with different transition effects.
CircleView
June 28, 2012 • MIT License
A demonstration of how to scroll UITableViewCells in a circular pattern.
SVPullToRefresh
June 28, 2012 • MIT License
Give pull-to-refresh & infinite scrolling to any UITableView with 1 line of code.
JFImageSavePanel
June 26, 2012 • MIT License
NSSavePanel wrapper for image save dialogs, similar to those in Preview.app.
NGVaryingGridView
June 25, 2012 • MIT License
A GridView which allows to set individual Rects for the Cells. So you can define Cells with different Sizes, used for e.g. in Timetables, EPGs, etc. Similar to the UI used in Hipmunk.
MKPopoverColorWell
June 23, 2012 • MIT License
A better looking NSColorWell, with a simple popover color picker.
DMTabBar
June 21, 2012 • MIT License
DMTabBar is a simple segmented control / bar that mimics the XCode 4 Inspector segmented control.
iOS Filter Control
June 18, 2012 • MIT License
An iOS Filter UIControl Subclass. Zero Graphics. Highly Customizable.
PPRevealSideViewController
June 13, 2012 • MIT License
This is a container controller for presenting side views like Path or Facebook application.
It is really simple to use, like UINavigationController, works on both iPhone and iPad, really easy to s...
CPSlider
June 09, 2012 • MIT License
CPSlider is a drop-in, subclass replacement for UISlider that allows varying scrubbing speeds as the user drags away from the slider thumb, emulating the slider used in the iOS iPod music player. I...
iPad Suggestions List
June 08, 2012 • MIT License
Easily display a popover on iPad with autocomplete suggestions for text fields.
KNMultiItemSelector
June 08, 2012 • MIT License
KNMultiItemSelector is a drop-in multiple items selector for iOS projects. It works with both iPhone and iPad.
It is best used for selecting several items in a long list of hundreds or thousands...
DMScrollingTicker
June 05, 2012 • MIT License
DMScrollingTicker is an advanced horizontal scroll ticker class made in Objective-C for iOS. It doesn’t use standard NSTimer to perform animations but instead Quartz Layers / CoreGraphics. It allow...