6,703 open source UI components
for iOS, iPadOS, macOS, tvOS, and watchOS.

UIReferenceLibraryViewController Simple Dictionary Example screenshot

UIReferenceLibraryViewController Simple Dictionary Example

December 22, 2013 • Public Domain License
Dictionary app with UIReferenceLibraryViewController for iOS7
RFShortURL screenshot

RFShortURL

December 12, 2013 • Public Domain License
RFShortURL provides free URL redirection service. Turns a long URL into a much shorter one. Service provided by http://tinyurl.com How To Get Started 1. Download RFShortURL 2. <code>#im...
RFFavicon screenshot

RFFavicon

December 12, 2013 • Public Domain License
RFFavicon retrieves the relevant favicon for a URL, or returns a default icon should it not be able to find it. How To Get Started =============== 1. Download RFFavicon 2. <code>#import "RF...
MZGraph screenshot

MZGraph

December 10, 2013 • Public Domain License
This is a simple graph. Easy to Implement and Customize.
RFPasswordGenerator screenshot

RFPasswordGenerator

December 07, 2013 • Public Domain License
I found this (http://neilang.com/entries/how-to-write-a-password-generator/) great article about writing your own Password Generator so I decided to create one. How To Get Started: 1. Drag an...
No image provided.

ILTranslucentView

November 26, 2013 • Public Domain License
Subclass of UIView that enables native iOS 7 blur effect.
MZLoading screenshot

MZLoading

November 14, 2013 • Public Domain License
A custom loading animation.
PDGestureTableView screenshot

PDGestureTableView

October 23, 2013 • Public Domain License
Great Mailbox-like UITableView. - **Swipe** the cells to perform multiple actions. - **Tap and hold** to move cells. - A **UIView** can be set to be shown **when there's no content** on the ta...
SNIndexedScroller screenshot

SNIndexedScroller

September 28, 2013 • Public Domain License
HTML content display, with custom scroller, showing specific sections throughout the document as markers in the scroll. On position it displays the currently scrolled section. Section titles are p...
No image provided.

UIImageView-Placekitten

September 22, 2013 • Public Domain License
A simple category on UIImageView that asynchronously downloads placeholder images from www.placekitten.com. These images fit the UIImageView bounds and respect screen scale for retina devices.
PQCollectionViewCell screenshot

PQCollectionViewCell

June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell. To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...
CFIFrostedOverlayView screenshot

CFIFrostedOverlayView

June 17, 2013 • Public Domain License
A view that renders its superview with a gaussian blur like iOS 7's Control Center.
Core Data + Sections screenshot

Core Data + Sections

June 10, 2013 • Public Domain License
Easy starting point for Core Data with automatic sections, based on the day of entry. Something like Facebook's timeline, something lots of people keep asking about on Stack Overflow. This is an...
UIView+EasingFunctions screenshot

UIView+EasingFunctions

May 25, 2013 • Public Domain License
A category on UIView that allows to attach custom easing functions to animatable UIView properties.
TDRatingScale screenshot

TDRatingScale

March 08, 2013 • Public Domain License
The TDRatingScale is similar to regular UISlider except that it has some best custom graphics which is more intuitive.The purpose of this custom slider is to provide mechanism for getting input fro...
TB_CircularSlider screenshot

TB_CircularSlider

March 02, 2013 • Public Domain License
This is a circular slider to select a value from 0 to 360. The control is a subclass of UIControl and it is drawn using Core Graphics. I built this slider for a tutorial about building custom c...
TDResizerView screenshot

TDResizerView

January 25, 2013 • Public Domain License
TDResizerView is used to resize and rotate an imageview with single finger.
HMDiallingCode screenshot

HMDiallingCode

December 12, 2012 • Public Domain License
HMDiallingCode gets the dialling code of the user's current location. It uses CoreLocation and reverse geocoding to determine the country of the user, then retrieve it's international dialling code...
IZValueSelector screenshot

IZValueSelector

November 10, 2012 • Public Domain License
A simple selector inspired by UIPickerView but based on UITableView ... Update : I just added some support for horizontal scrolling as well (Still using UITableView for that)
VCRadioButton screenshot

VCRadioButton

October 21, 2012 • Public Domain License
Radio Button alternative for iOS. No images required and fully customizable.