Stay in touch
DAPagesContainer
June 20, 2013 • MIT License
A generic view container with a scrollable top bar.
Just pass the array of view controllers and DAPagesContainer will grab their titles and nicely display them in the top bar. The titles will be...
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...
ARLabel
June 18, 2013 • MIT License
Ever had one of the following problems with UILabel?
- Unable to determine the correct font size to fit width and HEIGHT
- UILabel adjustsFontSizeToFitWidth does not work as expected
- Could n...
No image provided.
RESideMenu
June 18, 2013 • MIT License
iOS 7 style side menu inspired by Dribbble shots ([first](http://dribbble.com/shots/1116265-Instasave-iPhone-App) and [second](http://dribbble.com/shots/1114754-Social-Feed-iOS7)).
DKLiveBlur
June 17, 2013 • MIT License
Demo app to show live blur effect similar to yahoo weather iOS app and iOS 7.
Extremely fast blur processing with DSP. Easy to use: just create a view, set tableview and background image. That's...
PQCollectionViewCell
June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell.
To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...
Parallax
June 17, 2013 • BSD License
Parallax is an iOS library that reproduces the parallax effect of the iOS7 home screen.
CFIFrostedOverlayView
June 17, 2013 • Public Domain License
A view that renders its superview with a gaussian blur like iOS 7's Control Center.
MHNatGeoViewControllerTransition
June 17, 2013 • MIT License
A new 3D Effect ViewController transition inspired by NatGeo (City Guides by National Geographic)
DynamicGraphView
June 15, 2013 • MIT License
A simple but effective dynamic GraphView implementation for iPhone SDK for float values.
It is easy to implement and works statically with an array of floats as well as dynamically by adding val...
MLPAccessoryBadge
June 14, 2013 • MIT License
MLPAccessoryBadge is a delightfully customizable UIView subclass that renders text inside a badge, created mainly for use in a UITableViewCell as its accessoryView property. Use it to hint at quant...
PRAugmentedReality
June 14, 2013 • MIT License
iOS AR Library with Drupal communication module. PRAugmentedReality is an easy to use iOS Augmented Reality Library - Well optimized for all devices, even the older iPhones.
What it provides:
...
LRAccessoryView
June 13, 2013 • BSD License
LRAccessoryView is a custom UIToolbar view for iOS that enables a control for form navigation (like Safari)
RNGridMenu
June 12, 2013 • MIT License
A grid based alert view with depth. Fully customizable and extendable.
PaperFoldGallery
June 12, 2013 • MIT License
PaperFoldGallery displays multiple views in a paginated UIScrollView, but uses PaperFold library to animate to the next view.
TLAlertView
June 12, 2013 • MIT License
A simple and light replacement for UIAlertView with block based completion handlers and a 3D dismiss animation. Use as is or customize the colors as you need them(colors also responds to UI APPEARA...
KLNavigationController
June 12, 2013 • Apache 2.0 License
Solves the common issue where developers want to change the rootViewController of the UINavigationController after initialization.
This is a drop in replacement for UINavigationController that ...