Search results for ui

DAAttributedStringUtils screenshot

DAAttributedStringUtils

February 17, 2013 • MIT License
Utilities for working with NSAttributedStrings, including: * A method of creating NSAttributedString instances easily using printf-like formatting codes embedded in NSString instances. Formatti...
CSColorizedProgressView screenshot

CSColorizedProgressView

February 16, 2013 • MIT License
CSColorizedProgressView is a progress view that transitions a grayscale image to a full-color image.
MLPAutoCompleteTextField screenshot

MLPAutoCompleteTextField

February 15, 2013 • MIT License
MLPAutoCompleteTextField is a subclass of UITextField that behaves like a typical UITextField with one notable exception: it manages a drop down table of autocomplete suggestions that update as the...
REDRangeSlider screenshot

REDRangeSlider

February 14, 2013 • MIT License
Two-thumbed slider.
LDGradientButton screenshot

LDGradientButton

February 14, 2013 • MIT License
LDGradientButton is meant to be a replacement for the Apple stock UIButton. It can easily be created either programmatically or with the Storyboard. It also supports the UIAppearence protocol for s...
MNMRemoteImageView screenshot

MNMRemoteImageView

February 14, 2013 • BSD License
`MNMRemoteImageView` is a simple drop-in replacement for `UIImageView` that asynchronously shows an image downloaded from an URL. You can use the control as a regular `UIImageView`.
DMWebBrowserViewController screenshot

DMWebBrowserViewController

February 14, 2013 • Custom License
A simple web browser view controller instantiated with view blocks.
URBSegmentedControl screenshot

URBSegmentedControl

February 12, 2013 • MIT License
URBSegmentedControl is a more flexible alternative to the default UISegmentedControl available in UIKit that offers easier customization and more options for layout orientations with titles and ima...
ACVRangeSelector screenshot

ACVRangeSelector

February 10, 2013 • MIT License
A range selector control for iOS, similar to UISlider but with three handles.
REActivityViewController screenshot

REActivityViewController

February 10, 2013 • MIT License
Open source alternative to `UIActivityViewController`, highly customizable and compatible with iOS 5.0. It allows to create custom activities with ease, you control their appearance and behavior an...
SOPinnerActivity screenshot

SOPinnerActivity

February 09, 2013 • MIT License
SOPinnerActivity is a UIActivity subclass to save bookmarks to Pinner which are then uploaded to the user's Pinboard.in account.
F3Stepper screenshot

F3Stepper

February 08, 2013 • BSD License
"Flipping" value stepper, similar to the font size selection controls found in iWorks and elsewhere. Easily wired into existing applications using IB and normal control events. Features customi...
UIBAlertView screenshot

UIBAlertView

February 06, 2013 • BSD License
Basic UIAlertView functionality with block callback. Enjoy :] http://stavash.wordpress.com/2013/01/31/quick-tip-uialertview-with-a-block-callback/
TRVSNavigationControllerTransition screenshot

TRVSNavigationControllerTransition

February 05, 2013 • MIT License
Push/Pop transition for entire UINavigationController views. The photo is using `pushViewControllerWithNavigationControllerTransition:`. Now, by using multiple layers we can keep the navigationB...
action-sheet-blocks screenshot

action-sheet-blocks

February 04, 2013 • BSD License
Category of `UIActionSheet` that offers a completion handler to listen to interaction. This avoids the need of the implementation of the delegate pattern.
QBImagePickerController screenshot

QBImagePickerController

February 04, 2013 • MIT License
A clone of the UIImagePickerController with multiple selection feature.
WHMessageActivities screenshot

WHMessageActivities

February 03, 2013 • BSD License
UIActivity is an awesome API for sharing content with built-in iOS services. It's really easy to share via email and text message with the built-in activities, but for one really fatal flaw: Apple'...
QBFlatButton screenshot

QBFlatButton

February 03, 2013 • MIT License
Flat Style UIButton
iOS-Tree-Component screenshot

iOS-Tree-Component

February 02, 2013 • MIT License
The iOS Tree component is a UITableViewCell replacement that lets your UITableView work as a tree. The component is very simple to use it contains two classes and a nib file. It is developed usi...
alert-blocks screenshot

alert-blocks

February 02, 2013 • BSD License
Category of `UIAlertView` that offers a completion handler to listen to interaction. This avoids the need of the implementation of the delegate pattern.