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

No image provided.

KLHorizontalSelect

November 21, 2012 • Apache 2.0 License
A horizontal scrolling selector based on the control found on 8tracks' iPhone app. <p>This control is dual licensed:</p> <ul> <li><strong>- For Free,</strong> under the terms of the <a href = ...
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.
KSPasswordField screenshot

KSPasswordField

November 20, 2012 • BSD License
An easy-to-hook-up "Show password" checkbox, and automatically trims whitespace when pasting or dragging passwords.
StackBox screenshot

StackBox

November 19, 2012 • Unspecified License
An elegant 3D list that mimic the behaviour of a stack of cards. <p><strong>Free-to-try:</strong> A free demo version of this control is available from <a href: "https://github.com/torinnguyen/S...
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...
ADBGridView screenshot

ADBGridView

November 18, 2012 • BSD License
ADBGridView inherits from UITableView and is populated with ADBImageViews (repository). Number of images for row (cells) can be customized. UITableView is inherited to use cell reuse facility.
ADBIndexedTableView screenshot

ADBIndexedTableView

November 16, 2012 • BSD License
Indexed UITableView using first letter objects property. ADBIndexedTableView uses Objective-C runtime, introspection and message forwarding.
MDCShineEffect screenshot

MDCShineEffect

November 16, 2012 • MIT License
Add a "shine" effect to any view, like in http://nsscreencast.com/episodes/40-shine-effect
MDCParallaxView screenshot

MDCParallaxView

November 15, 2012 • MIT License
Create a parallax effect using a custom container view, much like the top view of Path's timeline.
MDCScrollBarLabel screenshot

MDCScrollBarLabel

November 14, 2012 • MIT License
An animated scroll bar to present extra information to be used when scrolling on a UIScrollView. Y'know, like the clock on Path.
InformaticToolbar screenshot

InformaticToolbar

November 14, 2012 • MIT License
InformaticToolbar is mainly an UIViewController Category which allows you to add several UIBarButtonItems set to your toolbar. The sets are defined as subclasses of ITBarItemSet. All ITBarItemSe...
CEGuideArrow screenshot

CEGuideArrow

November 14, 2012 • MIT License
A custom UI component to point at different locations on the screen at arbitrary angles and sizes. Can be used for tutorials, hinting at what inputs have errors, etc.
THContactPicker screenshot

THContactPicker

November 14, 2012 • Apache 2.0 License
An iOS view used for selecting multiple contacts. This view mimics the contact selection in the Apple Mail app
KBButton screenshot

KBButton

November 13, 2012 • MIT License
An OS X button adapted from BButton. Adds Twitter Bootstrap style buttons to OS X
RNSwipeViewController screenshot

RNSwipeViewController

November 13, 2012 • MIT License
Seamlessly integrate beautifully functional view controllers into your app that are accessible with just the swipe of a finger. Inspiration for this project came from David Smith and his gorgeous a...
No image provided.

JFDepthView

November 12, 2012 • MIT License
This is an iOS project for presenting a modal style view with a 3D effect to add depth. Everything on the screen just before the view is presented is instantly blurred and animated back away from t...
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)