Stay in touch
MAConfirmButton
April 23, 2011 • MIT License
MAConfirmButton is an animated subclass of UIButton that replicates and improves upon the behavior of the AppStore “Buy Now” buttons. Built and animated with Core Animation layers, it is completely...
GCRetractableSectionController
April 22, 2011 • MIT License
GCRetractableSectionController is an helper class that let you make easily section of UITableView that detract and contract when tapped.
GCDiscreetNotificationView
April 22, 2011 • MIT License
GCDiscreetNotificationView is a discreet, non-modal, notification view for iOS. You can use it to show an activity or state of you app without blocking the user interactions.
GCPlaceholderTextView
April 22, 2011 • MIT License
A subclass of UITextView that allow a placeholder.
The use is exactly the same as UITextView, except that you can set a placeholder.
JHStatusTextView
April 20, 2011 • BSD License
A custom UITextView with custom font, specifically designed for social status updates.
WEPopover
April 17, 2011 • MIT License
Generic popover implementation for iOS with same API as the UIPopoverController for the iPad, but configurable with custom background and available for iPhone as well.
MGImageUtilities
April 14, 2011 • BSD License
Includes categories for proportional fill (scale, crop and more); and tinting UIImages.
OBGradientView
April 13, 2011 • MIT License
OBGradientView is a simple UIView wrapper for CAGradientLayer. It is a plain UIView whose layer is a CAGradientLayer. It is useful if using a view is more convenient than using a layer, e.g. becaus...
OBShapedButton
April 13, 2011 • MIT License
OBShapedButton is a UIButton subclass optimized for non-rectangular button shapes. Instances of OBShapedButton respond to touches only in areas where the image that is assigned to the button for UI...
JSLockScreen
April 13, 2011 • BSD License
JSLockScreen is an iOS UI component that replicates iOS's lock screen functionality.
It aims to be as close to the original lock screen UI as possible and be easy to use in almost any situation ...
MarqueeLabel
April 10, 2011 • MIT License
A functionally equivalent replacement for UILabel, which automatically adds a scrolling marquee effect for text longer than the available area.
MMGridView
April 10, 2011 • MIT License
MMGridView is a simple grid view / dashboard like UI component for iOS.
Kal
April 06, 2011 • MIT License
This project aims to provide an open-source implementation of the month view in Apple's mobile calendar app (MobileCal). When the user taps a day on the calendar, any associated data for that day w...
IBAForms
April 06, 2011 • Apache 2.0 License
IBAForms is a framework for building data entry screens on the iPhone. You can quickly make forms using the built-in form field types or create your own custom fields and the user interfaces used t...
CoreTextHyperlinkView
April 05, 2011 • BSD License
Uses AutoHyperlinks code from Adium http://code.google.com/p/maccode/wiki/AutoHyperlinks
Project includes an example of how to use the core text view.
It's pretty simple - create the view wit...
SliderPageControl
April 05, 2011 • MIT License
Alternative for UIPageControl. Instead of tapping on the page control, you drag the thumb to the page you want while previewing the title of the page before you release the thumb to confirm the pag...
HGPageScrollView
April 05, 2011 • MIT License
An extension of iOS UIScrollView that allows scrolling of multiple pages, like mobile Safari tab viewer.
ComboBox for UITableView
April 05, 2011 • Unspecified License
This XCode project is intended to demonstrate the usage of custom UITableViewCells as kind of combo boxes (as known from [X]HTML) or dropdown boxes. The code used to provide this is just a rough pr...