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

CKSideBarController screenshot

CKSideBarController

December 06, 2012 • MIT License
CKSideBarController is a UITabBarController-like UIViewController for iPad. Inspired by Twitter for iPad, as well as my own work.
SLGlowingTextField screenshot

SLGlowingTextField

December 04, 2012 • MIT License
This is a very simple subclass of UITextField that is designed to look like a Bootstrap input field. Add the text field, set the borderStyle to UITextBorderStyleNone, change the class to SLGlowingT...
DDSlidingPanels screenshot

DDSlidingPanels

December 04, 2012 • MIT License
4 sliding panels on every side of the screen! Panels are global for your application, that means that you configure each panel once and the panel is available to the user from any navigation state ...
MSNavigationPaneViewController screenshot

MSNavigationPaneViewController

December 04, 2012 • MIT License
MSNavigationPaneViewController is a view controller class that handles the presentation of two overlaid child view controllers. The "pane" view can moved with a swipe gesture to reveal the "master"...
FXDDoubleTable screenshot

FXDDoubleTable

December 03, 2012 • MIT License
Presents two table views simultaneously, one on top of the other. The heights of the tables changes based upon which one the user scrolls. While front table is showing main items, behind table ...
NUI screenshot

NUI

December 03, 2012 • MIT License
NUI lets you style iOS apps using a style sheet, similar to CSS, allowing you to style an entire app in minutes. You can create themes/skins that can be reused across multiple applications, set ...
DMLazyScrollView screenshot

DMLazyScrollView

December 03, 2012 • MIT License
DMLazyScrollView for iOS (with support for infinite scrolling) allows you to create and endless (in horizontal direction) UIScrollView organized in pages and load UIViews dynamically only when need...
OLImageView screenshot

OLImageView

November 30, 2012 • MIT License
You love GIFs right? so do I!. Well, as you may know Apple's implementation of UIImage doesn't support animated GIFs (Booooooo!) and that's what this classes are for. This classes are drop-in re...
TTAlertView screenshot

TTAlertView

November 29, 2012 • MIT License
TTAlertView is a drop-in replacement for UIAlertView that allows the developer to customize the presentation of an alert.
WCBeforeAfter screenshot

WCBeforeAfter

November 29, 2012 • MIT License
An image control that lets you compare 'before' and 'after' images side by side.
GKLParallaxPictures screenshot

GKLParallaxPictures

November 29, 2012 • MIT License
Parallax viewcontroller with photo gallery at the top
RNTextStatistics screenshot

RNTextStatistics

November 27, 2012 • MIT License
This project is an Objective-C port of Dave Child's awesome Text-Statistics project. Get stats regarding readability, syllables, and counts of words/sentences with just a Category on NSString.
ISRefreshControl screenshot

ISRefreshControl

November 25, 2012 • MIT License
An iOS4-compatible version of the UIRefreshControl, introduced in iOS 6.
IMViewWithBorderedImage screenshot

IMViewWithBorderedImage

November 25, 2012 • MIT License
IMViewWithBorderedImage is a subclass of UIView which can present an image and border around it. (dog photo (c)2012 Aaron Brethorst and provided exclusively to Cocoa Controls.)
iHasApp screenshot

iHasApp

November 21, 2012 • MIT License
The iHasApp iOS Framework allows you to detect installed apps on a user's device. Full source code and production grade dataset included.
MBFaker screenshot

MBFaker

November 20, 2012 • MIT License
This library is a port of Ruby's Faker library that generates fake data. You can use it for taking real-looking test data, screenshots and populate your database during development.
Flat Pill Button screenshot

Flat Pill Button

November 20, 2012 • MIT License
A custom UIButton subclass that has the Letterpress look and feel.
FPNumberPadView screenshot

FPNumberPadView

November 19, 2012 • MIT License
A simple but highly customisable numeric keyboard for iPhone. Uses ARC. Currently does not support rotation, you are welcome to implement it. Includes some input checks to allow only 2 decimal digi...
vImageCategory screenshot

vImageCategory

November 19, 2012 • MIT License
A UIImage category that provides wrapper functions for Apple's low-level image processing framework, vImage.
MNMPullToRefresh screenshot

MNMPullToRefresh

November 18, 2012 • MIT License
MNMPullToRefresh is a solution to add pull-to-refresh feature at the top of an UITableView. This solution has its basis on the Mediator design pattern (http://en.wikipedia.org/wiki/Mediator_patt...