Stay in touch
DMSplitView
January 23, 2013 • MIT License
DMSplitView is a revisited version of the standard OSX's NSSplitView control. The e problem with NSSplitView is that some things which should be simple require implementing unintuitive delegate met...
CMNavBarNotificationView
January 23, 2013 • MIT License
An in-app notification view that mimics the iOS 6's revolving notification views which appear above the navigation bar.
Features:
* Animation and layout similar to iOS 6 notifications
* Prov...
KTTextView
January 22, 2013 • MIT License
KTTextView derives from UITextView enhancing it with new features. The only new feature at the moment is the placeholderText property. The placeholderText property works the same as UITextField's p...
LSTabs
January 22, 2013 • MIT License
LSTabs for iOS is a small collection of well-documented classes to create tinted buttons, compound buttons with a badge (tabs) or manage collections of tabs in horizontal or vertical layout
DLIDEKeyboard
January 22, 2013 • MIT License
Drop-in component for adding additional keyboard keys to both iPad/iPhone keyboards.
BTBreadcrumbView
January 22, 2013 • Unspecified License
A breadcrumb control for iOS. Features:
* Simple API
* Animated transition
MAImagePickerController
January 21, 2013 • MIT License
MAImagePickerController is a flexible replacement of UIImagePickerController with support for filtering, editing, cropping and removing distortion from images.
LEColorPicker
January 21, 2013 • MIT License
A Cocoa-Touch system for getting a color scheme in function of an image, like iTunes 11 does. It is designed as a general purpose class set, in which LEColorPicker is the interface for your client ...
ASMediaFocusManager
January 21, 2013 • MIT License
ASMediaFocusManager gives the ability to focus on any image by a simple tap. The image is automatically animated to a focused fullscreen image view. Another tap on the focused view shrinks the imag...
KWFontPicker
January 20, 2013 • MIT License
A font picking UIPickerView and keyboard manager for iPhone.
AGImageChecker
January 19, 2013 • BSD License
Light library to visually check your app images.
AGImageChecker is a lightweight iOS library that helps developers to find problems in their used images. It detects when images are smaller or ...
AmazeKit
January 19, 2013 • Apache 2.0 License
AmazeKit is an image rendering library for iOS. Its goal is to retain the performance of using .png-formatted images in UIKit classes, while avoiding the chore of creating these images in Photoshop...
NYSliderPopover
January 18, 2013 • MIT License
A UISlider Category to display a popover with text above slider. Appears and disappears automatically at the touch, accompanies the slider by dragging.
AMAttributedHighlightLabel
January 18, 2013 • MIT License
A UILabel subclass with mention/hashtag/link highlighting.
PDSearchHUD
January 18, 2013 • CC BY 3.0 License
Now there's no need to navigate to another view for selecting a data item. PDSearchHUD is very handy control used to show a HUD with a searchbar and tableview.
SDWebImage
January 17, 2013 • MIT License
UIImageView category adding suppport for remote images coming from the web asynchronously with caching.
MTLabel
January 17, 2013 • Apache 2.0 License
By default, UIKit's UILabel provides many limitations, such as unable to customize line height attribute.
This is a simple subclass of UIView which uses CoreText framework to draw text. It's sti...
ActionSheetPicker
January 17, 2013 • BSD License
Quickly reproduce the dropdown UIPickerView / ActionSheet functionality from Safari on iPhone/ iOS / CocoaTouch.