Stay in touch
THCircularProgressView
March 17, 2013 • MIT License
THCircularProgressView is a UIView subclass with a circular bar useful for illustrating progress.
RRFPSBar
March 16, 2013 • MIT License
Show the app's frame per second in the status bar on iOS.
I hate lagging apps and do my best to keep FPS high on @YPlan. Sometimes it's very hard to say if lag is visual or real and Instruments ...
MLCruxActivity
March 16, 2013 • MIT License
A UIActivity subclass for opening URLs in Crux Web Browser.
DPMeterView
March 15, 2013 • MIT License
Gravity-aware gauge-style meter view with delightful animations.
It should be easy to fill a shape with a color, to visually reflect a percentage.
And if you turn on gravity and tilt your iPh...
KGStatusBar
March 15, 2013 • MIT License
A minimal status bar for iOS. Similar to the status bar seen in the MailBox app. It covers the top status bar and appears like the message is embedded within.
MBSpacialViewController
March 13, 2013 • MIT License
Create a gesture-driven map of view controllers in 2D space.
MDCFocusView
March 13, 2013 • MIT License
Apply a "tutorial screen" overlay to your application window.
Dispenser
March 13, 2013 • BSD License
A faster way to dispense promo codes, in person.
This is a full app, useful for devs to get the word out about their own apps. Paste in promo codes or redeem links and easily hand them out with ...
AutoScrollLabel
March 13, 2013 • MIT License
A UILabel with auto scrolling (marquee) for text that may be clipped by the view. Provides edge fading, speed adjustment, scroll direction, etc. Works with tvOS 9, iOS 7 and greater.
ADN Activity Collection
March 13, 2013 • BSD License
UIActivities to share with App.net (ADN) apps from an Activity Sheet
UnderLineLabel
March 12, 2013 • BSD License
UILabel subclass with possibility to draw line under multiline text (with offset)
DCModalSegue
March 12, 2013 • MIT License
A custom segue which makes a pushed back modal presenting animation.
MCSwipeTableViewCell
March 11, 2013 • MIT License
Convenient UITableViewCell subclass that implements a swipeable content to trigger actions (similar to the Mailbox app).
MSCollectionViewCalendarLayout
March 11, 2013 • MIT License
MSCollectionViewCalendarLayout is a UICollectionViewLayout subclass for displaying chronological data. It divides its cells into columns of days, with the size of each cell corresponding to its len...
Queue
March 11, 2013 • MIT License
A persistent background job queue for iOS.
While NSOperation and NSOperationQueue work well for some repetitive problems and NSInvocation for others, iOS doesn't really include a set of tools f...
Cam
March 10, 2013 • Apache 2.0 License
A “keep it simple, stupid” approach to handling photo and video capture with AVFoundation.
Storage
March 10, 2013 • MIT License
In attempting to keep things DRY, EDStorage was created to address the fair amount of boilerplate that often gets created to deal with writing data to disk within iOS applications in a performant m...
IGAutoCompletionToolbar
March 10, 2013 • MIT License
IGAutoCompletionToolbar is a UICollectionView subclass created to display auto completion via a keyboard accessory view.