Stay in touch
FTUtils
March 18, 2011 • MIT License
The code in FTUtils is common utility code extracted from Free Time Studios iPhone projects. Currently, there is only one primary utility (FTAnimation) and some simple preprocessor macros. Some uni...
Camera Flash Toggle
March 17, 2011 • Unspecified License
An example how to create a custom iPhone control, that looks like the new flash toggling ui element inside the default camera app (since 4.0).
StackPanel
March 16, 2011 • MIT License
A simple iOS control for stacking UIViews without the hassle of managing a UITableView.
KTPhotoBrowser
March 15, 2011 • MIT License
KTPhotoBrowser is a lightweight photo browser library for the iPhone and iPod touch that looks and behaves like the iPhone Photos app.
Snappy Slider
March 14, 2011 • MIT License
A subclass of UISlider that snaps to pre-specified values, or detents.
Appirater
March 13, 2011 • MIT License
Appirater is a class that you can drop into any iPhone app that will help remind your users to review your app on the App Store.
Core Animation Demos
March 13, 2011 • MIT License
A collection of 13 incredibly cool Core Animation demos for iOS.
JBSlidingTableViewCell
March 09, 2011 • Apache 2.0 License
UITableViewCell subclass whose contentView can slide out to reveal another view, as seen in the Facebook app, SCVNGR app, and Twitter app.
MHRotaryKnob
March 08, 2011 • MIT License
MHRotaryKnob is a UIControl that acts like a rotary knob. In operation it is similar to a UISlider but its shape is square rather than long and narrow. Great for music apps where you can use it as ...
PDColoredProgressview
March 08, 2011 • MIT License
An UIProgressview subclass with support for setting a tint color instead of the boring default blue.
Slide to Unlock
March 08, 2011 • Unspecified License
"slide to unlock" clone from the iPhone's lockscreen using only public APIs
UIDickBar
March 07, 2011 • MIT License
Dickbar, new feature from Twitter for iPhone, now available for your iOS apps too.
INPopoverController
March 06, 2011 • BSD License
A customizable popover controller for Mac OS X 10.5+. INPopoverController makes the task of presenting popovers in your Mac OS X applications simple. The appearance and behaviour of the popover is ...
INAppStoreWindow
March 06, 2011 • BSD License
INAppStoreWindow is an NSWindow subclass that mimics the appearance of the main window in the Mac App Store application, with an enlarged titlebar and centered traffic lights.
PXNavigationBar
March 02, 2011 • BSD License
An iTunes-style navigation bar for Mac OS X 10.5 or above, created by Alex Rozanski.
PXListView
March 02, 2011 • BSD License
PXListView uses similar optimizations as UITableView for the iPhone, by enqueuing and dequeuing NSViews which are used to display rows, in order to keep a low memory footprint when there are a larg...
PXSourceList
March 02, 2011 • BSD License
PXSourceList is an NSOutlineView subclass used for easily implementing source lists in your applications.
Using a source list for navigation is a common user interface paradigm in OS X applicati...