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

AwesomeCache screenshot

AwesomeCache

July 28, 2014 • MIT License
Delightful on-disk cache (written in Swift)
DPTransparentEdgesTableView (Swift and Objective-C implementation) screenshot

DPTransparentEdgesTableView (Swift and Objective-C implementation)

July 21, 2014 • MIT License
Table and scroll view with transparent top and bottom edges. Written in Objective-C and Swift
HGWActivityButton - Swift screenshot

HGWActivityButton - Swift

July 21, 2014 • MIT License
A UIButton subclass with a custom, built-in activity indicator Written in Swift.
Wyrd screenshot

Wyrd

July 19, 2014 • MIT License
Wyrd is a library for asynchronous programming in Swift. It aims to be concise and simple. Wyrd is inspired by Promises/A+. Both Swift and Cocoa Touch doesn't provide any helpers for asynchronous p...
GoogleWearAlert (Swift) screenshot

GoogleWearAlert (Swift)

July 11, 2014 • MIT License
An Android Wear style animated confirmation view for iOS - Written in Swift This library is not intended as fully fledged alert view replacement (it has no buttons) this confirmation view is ide...
MPGNotification screenshot

MPGNotification

July 10, 2014 • MIT License
MPGNotifications is an iOS control that allows you to display in-app interactive notifications that are fully customisable to suit your needs.
LTBouncyPlaceholder (Swift) screenshot

LTBouncyPlaceholder (Swift)

July 08, 2014 • MIT License
A learning-by-doing UITextField extension written in Swift
LTMorphingLabel (Swift) screenshot

LTMorphingLabel (Swift)

July 07, 2014 • MIT License
A learning-by-doing Swift project cloning the original Morphing Label of iOS 8 introduced in WWDC 2014.
Swift-Useful-Extensions screenshot

Swift-Useful-Extensions

July 07, 2014 • MIT License
lots of categories i used in objc, rewrite in swift, more coming.
PKLocationManager (Swift) screenshot

PKLocationManager (Swift)

July 07, 2014 • MIT License
A Swift based, centralized location manager, simplifying the CLLocationManager API by adding closures and automatically adjusting accuracy, based on the subscribers common needs.
TaskQueue (Swift) screenshot

TaskQueue (Swift)

July 07, 2014 • MIT License
A great Swift class for managing asynchronous tasks that need to execute one after another. You just add tasks (as closures) to the queue and the queue takes care to execute them in the proper orde...
PKNetworkActivityController screenshot

PKNetworkActivityController

June 30, 2014 • MIT License
A simple and lightweight network activity indicator controller written in Swift.
No image provided.

PKHUD

June 28, 2014 • MIT License
A Swift based reimplementation of the Apple HUD (Volume, Ringer, Rotation,…) for iOS 8.
No image provided.

YLGIFImage-Swift

June 28, 2014 • MIT License
Swift implementation of YLGIFImage
No image provided.

BSImagePicker

June 27, 2014 • MIT License
BSImagePicker is a multiple image picker for iOS 8
SCLAlertView-Swift screenshot

SCLAlertView-Swift

June 26, 2014 • MIT License
Beautiful Alert View. Written in Swift
MPGTextField screenshot

MPGTextField

June 26, 2014 • MIT License
An autocomplete textfield for iOS which provides suggestions as you type. Written both in Swift and Objective C, the textfield can be configured to ensure that a selection is compulsorily made from...
PASImageView screenshot

PASImageView

June 24, 2014 • MIT License
Rounded async imageview downloader lightly cached and written in Swift
CGParallaxCollectionView screenshot

CGParallaxCollectionView

June 23, 2014 • MIT License
Extending Ole Begemann CGParallaxCollectionView to Swift.
Swift Spaceship Operator screenshot

Swift Spaceship Operator

June 19, 2014 • MIT License
Contains a Swift file to add the spaceship operator ( `<=>` ) to a project 6.0 <=> 17.0 // Outputs -1 9001.0 <=> 9000.0 // Outputs 1 4.0 <=> 4.0 // Outputs 0 Works on iOS an...