Stay in touch
RMSwipeTableViewCell
June 01, 2013 • MIT License
RMSwipeTableViewCell is a drop-in UITableViewCell subclass that supports pan gestures as seen in apps such as Clear, Mailbox, Sparrow and many more. It includes a number of delegate callbacks to he...
CFShareCircle
May 31, 2013 • MIT License
CFShareCircle is a very hip sharing widget for iOS developers. Feel free to fork and edit it yourself, but let me know what you think.
SMAccessibilityOverlay
May 31, 2013 • MIT License
Tool for developers to visualize what voiceover users will "see" when using their apps.
BPBarButtonItem
May 31, 2013 • MIT License
A tool for making awesome looking custom UIBarButtonItems on the fly.
No image provided.
ASGallery
May 30, 2013 • MIT License
Photo Gallery control like in native "Photos" application.
Zooming, caching, smooth background thread image preloading, video support
ZDYoutubeBrowser
May 30, 2013 • MIT License
ZDYoutubeBrowser is a Objective-C module for iPhone to search videos in a table interface similar to the YouTube app.
Be sure to run 'git submodule update --init' upon first clone of ZDYoutubeBr...
No image provided.
UzysGridView
May 29, 2013 • MIT License
UzysGridView is simple GridView iOS Component in which you can easily change cell positions and delete cells.
UzysGridView features:
* Move cells to other pages
* Portrait and landscape or...
OCExpandableButton
May 28, 2013 • MIT License
A Sparrow-like expanding toolbar button in CoreAnimation.
No image provided.
XCDYouTubeVideoPlayerViewController
May 28, 2013 • MIT License
YouTube video player for iPhone and iPad
SIAlertView
May 28, 2013 • MIT License
An UIAlertView replacement with block syntax and fancy transition styles. As seen in Grid Diary.
SRMonthPicker
May 27, 2013 • MIT License
A native, fully localised month picker component. It's like a UIDatePicker, but without the days.
FrameAccessor
May 27, 2013 • MIT License
Easy way to access view's frame in iOS and OS X.
Use:
view.x = 15;
view.width = 167;
instead of
CGRect newFrame = view.frame;
newFrame.origin.x = 15;
newFrame.siz...
ECListView
May 26, 2013 • MIT License
A simple component to present a bulleted/numbered/custom list view with text indentation.
ACEAutocompleteBar
May 25, 2013 • MIT License
Simple `UITextField` category to display text suggestions in real-time on the top of the virtual keyboard.
SHStripeMenu
May 25, 2013 • MIT License
A leftside menu that shows up either by tapping the stripes or swiping stripes to right. It can be used as an alternative to bottom tabs in the iOS application to gain maximum space.
WTURLImageView
May 24, 2013 • MIT License
WTURLImageView is a subclass of UIImageView that load images from Internet using AFNetworking.
RTFlyoutMenu
May 23, 2013 • MIT License
- Show a list of main items, which are filter categories.
- When user taps any of them, show a list of sub items (filter options).
- When sub-item is tapped, replace main item with it and close t...
UIScrollSlidingPages
May 22, 2013 • MIT License
Allows you to add multiple view controllers and have them scroll horizontally, with a header scroller (optional) that stays in sync with the content and shows next, current and previous items. A zo...