Stay in touch
SCTwitter
March 12, 2012 • MIT License
SCTwitter is a clean and simple implementation of several core Twitter API calls in Objective C with block callbacks.
SEHumanizedTimeDiff
March 09, 2012 • MIT License
An NSDate category to have humanly meaningful time intervals since todays date.
ECSlidingViewController
March 09, 2012 • MIT License
ECSlidingViewController is a view controller container for iOS that presents its child view controllers in two layers. It provides functionality for sliding the top view to reveal the views underne...
AGImagePickerController
March 07, 2012 • MIT License
AGImagePickerController is a image picker controller that allows you to select multiple photos and can be used for all iOS devices.
PullToRefresh
March 07, 2012 • MIT License
A twitter-style pull-to-refresh NSScrollView with the added functionality of delegate protocols.
Based on: Leah Culver's PullToRefresh for iOS and Alex Zielenski's ScrollToRefresh for OSX
CMHTMLView
March 06, 2012 • MIT License
CMHTMLView is UIWebView wrapper to provide easy access to show rich text content (HTML) with native look and feel.
Features: 100% native look and feel, offline images support, low memory usage.
Photo Picker+
March 06, 2012 • MIT License
Photo Picker+ a new free library for iOS that replaces the native photo chooser to let users select a photo from Facebook, Picasa, Flickr, or Instagram, in addition to the local Camera Roll or Phot...
SFContainerViewController
March 04, 2012 • MIT License
SFContainerViewController is a UIViewController subclass that can have multiple UIViewController children. It has no memory problems, if this controller is not visible, it will unload its view and ...
AcornCharts
March 04, 2012 • MIT License
Fun way to display chart in iOS using chipmunk physics library. Draws data in balls of different sizes or numbers that responds to device tilt.
You can check out a video demo here.
http://www....
RateStars
March 02, 2012 • MIT License
An App Store review liked, a rating view easily to use anywhere in the iOS App.
RateStars provides a rating view, according to user tab on the stars, and present the selected image immediately, ...
TKDragView
February 29, 2012 • MIT License
An easy to use, flexible and universal solution for letting your users drag objects around the screen.
Filtrr
February 28, 2012 • MIT License
An iOS Image filter library, based on Alex Michael's filtrr.js (https://github.com/alexmic/filtrr)
MADismissiveTextView
February 28, 2012 • MIT License
A drop in UITextView subclass that handles dismissing the keyboard with your finger, just like in the Messages.app.
JBTabBarController
February 26, 2012 • MIT License
JBTabBarController aims to be a drop-in replacement of UITabBarController, but with the intention of letting developers easily customise its appearance. JBTabBar uses images for all UI elements exc...
DAAutoScroll
February 26, 2012 • MIT License
DAAutoScroll is a collection of UIScrollView subclasses that allows a UIScrollView (or similar) to automatically scroll itself with adjustable speed.
EEToolbarCenterButton
February 26, 2012 • MIT License
EEToolbarCenterButton is a component to add a featured button to the center of UIToolbar. It handles button alignment, and helps you use buttom images whose height is larger than UIToolbar height.
JTGestureBasedTableViewDemo
February 24, 2012 • MIT License
Recreating the buttonless interaction pattern found in Clear for iPhone app
DAKeyboardControl
February 19, 2012 • MIT License
DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView, UIScrollView or UITableView with only 1 line of code. DA...
DACircularProgress
February 19, 2012 • MIT License
DACircularProgress is a UIView subclass with circular UIProgressView properties.