Stay in touch
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...
kxintro
May 26, 2013 • BSD License
KxIntro is a small set of Objective-C classes for showing intro screens in your iOS app.
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.
UIView+EasingFunctions
May 25, 2013 • Public Domain License
A category on UIView that allows to attach custom easing functions to animatable UIView properties.
WTURLImageView
May 24, 2013 • MIT License
WTURLImageView is a subclass of UIImageView that load images from Internet using AFNetworking.
UIView+Shadow
May 23, 2013 • BSD License
An UIView category that allow user to easily make inset shadow, customize the radius, alpha, color and directions.
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...
ITNavigationView
May 23, 2013 • Custom License
An iOS-like navigation view driven by Core Animation. It can replace its subview with a slick animation.