Stay in touch
FireUIPagedScrollView
August 24, 2011 • MIT License
Very nice UIScrollView ready to handle View Controllers as pages, handle orientation changes and integrate with UIPageControl and UISegmentedControl out of the box.
Features:
- Handles Orienta...
HPGrowingTextView
August 19, 2011 • MIT License
An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines. Similar to the one Apple uses in the SMS-app. See blog-post for a small (out...
PDF Reader Core
August 17, 2011 • MIT License
Open source PDF reader code for fellow iOS developers struggling with wrangling PDF files onto iOS device screens.
The code is universal and does not require any XIBs (as all UI elements are cod...
JUInspectorView
August 15, 2011 • MIT License
JUInspectorView is a shameless copy of Xcode 4s inspector views. It draws a header with a title and then a custom NSView or NSView subclass as the body. There is a disclosure triangle to open/close...
JUCollectionView
August 11, 2011 • MIT License
JUCollectionView aims to be a drop in replacement for the extremely slow NSCollectionView. Instead of loading every possible cell at once, JUCollectionView only displays the visible cells. To impro...
STSegmentedControl
August 04, 2011 • MIT License
A drop-in replacement for UISegmentedControl. It has everything you need to display a custom nice-looking segmented control.
DCRoundSwitch
August 01, 2011 • MIT License
DCRoundSwitch is designed to be a drop in replacement for UISwitch. It is styled 'modern' so will unify the look of your apps into the future whilst retaining backwards capability. Drawing is done ...
REVMapCluster
July 29, 2011 • MIT License
REVClusterMap API is a simple implementation of clustering for the iOS platform.
An extra layer of functionalities that enables clustering is build on top of the MapKit Framework.
With a small se...
iOS Image Filters
July 27, 2011 • MIT License
Photoshop-style filter interface for UIImage class on iOS to make Instagram-style images.
MHNibTableViewCell
July 24, 2011 • MIT License
A UITableViewCell subclass that makes it easy to load table view cells from nib files.
ELCImagePickerController
July 22, 2011 • MIT License
A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection.
ClockView
July 20, 2011 • MIT License
ClockView is s simple class that will simulate an analog (or wall like) clock. ClockView makes use of various CALayers so it needs CoreAnimation (add QuartzCore.framework)
BHTabBar
July 18, 2011 • MIT License
A tab bar implementation for UIKit that resembles familiar web browser tabs (*not* a UITabBar). Tabs are rendered on top of a content view which is defined by the currently selected tab's view cont...
TTTAttributedLabel
July 13, 2011 • MIT License
NSAttributedString is pretty rad. When it was ported into iOS 4 from Mac OS, iPhone developers everywhere rejoiced. Unfortunately, as of iOS 4 none of the standard controls in UIKit support it. Bum...
iToast
July 12, 2011 • MIT License
If you develop already for Android, then you know what it is so you can skip to the next section.
For the others of us: a toast is a spécial way to display 'non intrusive' message to the user. T...
FGallery
July 07, 2011 • MIT License
FGallery is a photo gallery viewer developed for iPhone applications. FGallery implements a delegate style design pattern similar to how UITableViewDelegates work. You may load images from either t...
RLAgreement
July 04, 2011 • MIT License
This project allows developers to include and Agreement, Terms of Service, Non Disclosure Agreement, etc. to an iPhone App. The controller stores a variable in the user's settings when the user has...
EGOTextView
June 24, 2011 • MIT License
EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing.