Stay in touch
StrikeThroughLabel
August 16, 2011 • Unspecified License
Subclass of UILabel that adds the ability to draw a line through the text.
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...
UIXOverlayController
August 14, 2011 • Unspecified License
General purpose overlay. Covers view with mask and presents content of another controller.
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...
PSMTabBarControl
August 10, 2011 • BSD License
This my fork of PSMTabBarControl. It was originally created by http://www.positivespinmedia.com/dev/PSMTabBarControl.html, then updated at http://code.google.com/p/maccode/source/browse/#svn/trunk/...
CubeTabBarController
August 09, 2011 • Unspecified License
The normal switching between view controllers on UITabBarControllers is boring. No animation whatsoever. So I decided to add a cube animation. It uses CoreAnimation to be able to rotate around the ...
JLNDragEffectManager
August 08, 2011 • Custom License
A subclass of NSWindowController which allows you to replace a static dragging image with an animated effect similar to dragging items from the Library palette to a window or view in Interface Buil...
ToolDrawer
August 07, 2011 • Unspecified License
A collapsible toolbar that is affixed to one of the four corners of the screen.
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.
FlipView
August 02, 2011 • BSD License
Magazine Style View/Layout like Flipboard. Originally created by Raw Engineering, but their repository has strangely gone missing.
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.
JMNoise
July 21, 2011 • BSD License
A category on UIView to very easily apply a noise texture. Uses Core Graphics so that no external images or dependencies are needed.
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)