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

Parent-Child-CoreData screenshot

Parent-Child-CoreData

July 17, 2016 • Apache 2.0 License
This example will give you the basic idea on how to achieve Parent-Child ManagedObjectContexts in a real life scenario
DottedLineView screenshot

DottedLineView

July 17, 2016 • MIT License
Draw horizontal or vertical dotted line for iOS
ViewPager---Swift screenshot

ViewPager---Swift

July 17, 2016 • MIT License
Simple View Pager library for Swift
EVWDropDownNotification screenshot

EVWDropDownNotification

July 17, 2016 • MIT License
A simple but yet powerful Swift Dropdown Notification for iOS inspired by AlvaroFranco but rewritten in Swift 2.2 and extended to offer much more customisation
EssentialTableView screenshot

EssentialTableView

July 17, 2016 • Apache 2.0 License
A detailed project on UITableView which includes Parallax effects, Collapse/Expand UITableViewCell, 3D Touch on UITableViewCell
ModalPresentationQueue screenshot

ModalPresentationQueue

July 16, 2016 • MIT License
UIViewController extension which lets you present multiple modal view controllers in a serial presentation queue.
LoadingButton screenshot

LoadingButton

July 16, 2016 • MIT License
UIButton subclass with an activity indicator and loading text
DPSegmentedControl screenshot

DPSegmentedControl

July 16, 2016 • MIT License
Custom segmented control with image and text. There are 2 option for horizontal or vertical position inside segmented view (image & text). It's fully animated.
inbox-replica screenshot

inbox-replica

July 16, 2016 • MIT License
Recreated the expanding cells effect from `Inbox` by Google in Swift
AOR screenshot

AOR

July 16, 2016 • MIT License
Wrapper of NSAttributedString and Text Kit. written in Swift.
MIDatePicker screenshot

MIDatePicker

July 16, 2016 • MIT License
A lightweight, non-invasive, fully customizable DatePicker
KYWheelTabController screenshot

KYWheelTabController

July 16, 2016 • MIT License
A simple subclass of UITabBarController.
KRAlertController screenshot

KRAlertController

July 16, 2016 • MIT License
A colored alert view for your iOS.
SwiftLinkPreview screenshot

SwiftLinkPreview

July 16, 2016 • MIT License
It makes a preview from an url, grabbing all the information such as title, relevant texts and images.
ARFacebookShareKitActivity screenshot

ARFacebookShareKitActivity

July 16, 2016 • MIT License
Launch FBSDKShareKit from UIActivityViewController instead of the default Facebook share sheet.
YBSlantedCollectionViewLayout screenshot

YBSlantedCollectionViewLayout

July 16, 2016 • MIT License
YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
Swift Popup Dialog screenshot

Swift Popup Dialog

July 16, 2016 • MIT License
Popup Dialog is a simple alert view, easy to use just like UIAlertController. Additionally Popup Dialog features a lot of customization options to make it meet your needs.
SCDatePicker screenshot

SCDatePicker

July 16, 2016 • Apache 2.0 License
SCDatePicker is a simple UIDatePicker with a UIToolbar and 'Done' button. Three lines of code.
MultiStepSlider screenshot

MultiStepSlider

July 16, 2016 • MIT License
A custom UIControl which functions like UISlider where you can set multiple intervals with different step values for each interval. This is useful when an interval spans over large values, for exam...
NoOptionalInterpolation screenshot

NoOptionalInterpolation

July 16, 2016 • MIT License
NoOptionalInterpolation gets rid of "Optional(...)" and "nil" in Swift's string interpolation and make pluralization easier. let age = 42 let text = "I am \(age ~ "year") old" // "I am 42 yea...