Stay in touch
Web Browser View Controller
December 22, 2011 • MIT License
iPhone apps often have the need to show a web page, and the easiest way to implement this is to have the page opened in Safari. The problem with this, is that now your customer is stuck in Safari, ...
CLKeypad
December 18, 2011 • BSD License
CLKeypad is a customized iPhone keyboard NumberPad with a customized toolbar. It has the same function as UIKeyboardTypeNumberPad except that CLKeypad provide an extra decimal point button. You can...
EmailableCell
December 17, 2011 • Apache 2.0 License
EmailableCell is a UITableViewCell subclass for making cells containing email addresses copyable and it enables users to send email to that addresses using the iPhone’s default Mail application.
ZIStoreButton
December 16, 2011 • MIT License
A UIButton subclass that mimic the "BUY NOW" button on the iOS App Store.
SPUserResizableView
December 15, 2011 • MIT License
SPUserResizableView is a user-resizable, user-repositionable UIView subclass. It is modeled after the resizable image view from the Pages iOS app. Any UIView can be provided as the content view for...
SBTickerView
December 13, 2011 • MIT License
An easy to use ticker view with inspiration from Flipboard
CKReflectionImage
December 12, 2011 • Custom License
Create a mirror image with Core Graphics with a basic configuration.
DETweetComposeViewController
December 10, 2011 • BSD License
An iOS 4 compatible version of the TWTweetComposeView controller. Otherwise known as the Tweet Sheet.
ButtonPeoplePicker
December 09, 2011 • Apache 2.0 License
An iPhone UI contact picker to select multiple people from the Address Book, with type-ahead and auto-completion.
MFDoorwayTransition
December 07, 2011 • MIT License
A 'doorway' transition effect, as seen in apps like Twitter for iOS. See a video of this control at http://www.youtube.com/watch?v=WDdbNujr55A
SSIndicatorLabel
December 06, 2011 • MIT License
This control displays an indicator to the left when something is load and animates it away when it stops loading.
MultiRowCalloutAnnotationView
December 04, 2011 • CC BY 3.0 License
This is an annotation view that sports a callout bubble with multiple, independently selectable rows of data. The objective is to allow each cell/row to utilize an accessory disclosure button, with...
FaceWrapper-iphone
December 03, 2011 • Public Domain License
Wrapper class to detect faces from http://face.com, you will need an API key and API Secret which you can get in developer.face.com.
This controller implements a custom object called FWObject wh...
JWSlideMenu
December 01, 2011 • MIT License
A simple attempt to create a slide-out menu similar to the Facebook and GMail iOS apps.
BJImageCropper
December 01, 2011 • Unspecified License
A simple UIView subclass that allows a user to crop an image by dragging around an area.
CBEditableImageView
November 28, 2011 • BSD License
CBEditableImageView is a subclass of NSImageView that resembles the editable image well as seen in System Preferences > Users (where people assign a profile image to their account).
ScrollToRefresh
November 27, 2011 • MIT License
ScrollToRefresh is a subclass of NSScrollView that adds a "pull-to-refresh" view to the "elastic" area of NSScrollview.