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

NSTextView-LineNumberView screenshot

NSTextView-LineNumberView

June 20, 2015 • MIT License
Add line numbers to an instance of NSTextView. The line number view is implemented as a subclass of NSRulerView.
NMDatePicker screenshot

NMDatePicker

April 28, 2015 • MIT License
NSDatePicker replacement allowing for appearance customisation.
SwiftPriorityQueue screenshot

SwiftPriorityQueue

April 16, 2015 • MIT License
SwiftPriorityQueue is a pure Swift (no Cocoa) implementation of a generic priority queue data structure, appropriate for use on both iOS and OS X projects. It features a straightforward interface a...
SwiftGraph screenshot

SwiftGraph

December 29, 2014 • MIT License
SwiftGraph is a pure Swift (no Cocoa) implementation of a graph data structure, appropriate for use on both iOS and OS X projects. It includes support for weighted, unweighted, directed, and undire...
MABSlider (Swift) screenshot

MABSlider (Swift)

December 27, 2014 • MIT License
Custom Slider for OS X using Swift
Crackers screenshot

Crackers

December 24, 2014 • MIT License
Simple network library in Swift, for iOS and OSX
KPCTabsControl screenshot

KPCTabsControl

November 24, 2014 • MIT License
A multi-tabs control first designed to look and behave like the tab control in Apple's Numbers spreadsheet, with enhanced capabilities, but now with new tab styles, such as Chrome & Safari, as well...
DKAsyncImageView screenshot

DKAsyncImageView

November 10, 2014 • MIT License
A Swift subclass of NSImageView for loading remote images asynchronously. * Download images from the Web to DKAsyncImageView asynchronously with just 1 line of code * Set a 'Placheholder Image'...
AudioRecorder screenshot

AudioRecorder

August 05, 2014 • MIT License
A simple app to record, trim and export audio for Mac. Written in Swift and took just 2 days. If you are on IRC, feel free to ping me in #iphonedev/#macdev on freenode. I'm the pretty_functi...
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...