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

VillainousStyle screenshot

VillainousStyle

June 19, 2011 • Apache 2.0 License
A standalone Mac/iPhone port of the TTStyle and TTShape classes from the Three20 project.
LBProgressBar screenshot

LBProgressBar

June 07, 2011 • Unspecified License
This is a custom progress bar. Since it's a subclass of NSProgressIndicator it's very easy to use.
YRKSpinningProgressIndicator screenshot

YRKSpinningProgressIndicator

June 05, 2011 • BSD License
A clone of the "Spinning style" NSProgressIndicator that can be set to an arbitrary size and color. The background color can also be set, or it can be transparent. You can even change the color in ...
LBSegmentedButton screenshot

LBSegmentedButton

June 02, 2011 • Unspecified License
This is a button looking similar to the twitter buttons used in the twitter client for mac. It allows you to merge several buttons.
JGMenuWindow screenshot

JGMenuWindow

May 30, 2011 • Unspecified License
A NSWindow and NSTableView to simulate the appearence of a NSMenu.
BCStatusItem screenshot

BCStatusItem

May 26, 2011 • Unspecified License
A view and NSStatusItem category to let you easily expand the functionality of NSStatusItem. One issue with NSStatusItem is getting it's location/frame on the screen. You can do this if it has a cu...
GCJumpBar screenshot

GCJumpBar

May 26, 2011 • MIT License
NSControl subclass that mimics the Xcode 4 Jump Bar.
JCSSheetController screenshot

JCSSheetController

May 18, 2011 • BSD License
A Cocoa controller class for Sheets that replaces the completion callback method with an inline block.
BCCollectionView screenshot

BCCollectionView

May 15, 2011 • BSD License
A more versatile, faster and lighter replacement for NSCollectionView. Note: This is a fork of pieteromvlee's code. I will replace my repo with his as soon as he merges my changes in or adds a diff...
ESScrollView screenshot

ESScrollView

May 15, 2011 • BSD License
ESScrollView by Jonathan Dann provides iTunes-like scrollbars. This solution differs from many others by not requiring images -- all drawing is in code.
PTMapView screenshot

PTMapView

May 12, 2011 • Apache 2.0 License
Cocoa class for drawing a world map like in Google Analytics. Authored by GitHub user dev2dev, this repo simply adds a sample project.
LVColorWellCell screenshot

LVColorWellCell

May 12, 2011 • Unspecified License
A Cocoa NSActionCell-derived class for embedding color well functionality inside a table view.
No image provided.

AMOptionMenu

May 12, 2011 • MIT License
A multi-option popup menu, similar to Xcode's "Overview" toolbar item. - Multiple controls can be driven by the same data source - Setting state via key-value coding - Populating a standard NS...
TESetupAssistant screenshot

TESetupAssistant

May 07, 2011 • Custom License
Cocoa class that allows for the fast and simple creation of OS X setup assistants that can be used as interfaces for installers, initial application setups, and more.
BGHUDAppKit screenshot

BGHUDAppKit

May 04, 2011 • Unspecified License
BGHUDAppKit is a small framework designed to fill the gap left by Apple when they released the nifty HUD window but forgot to release their controls that match it.
MBCoverFlowView screenshot

MBCoverFlowView

May 04, 2011 • MIT License
An open-source implementation of the Cover Flow interface found in iTunes, Finder, etc. for Mac OS X.
Sparkle screenshot

Sparkle

May 04, 2011 • MIT License
An easy-to-use software update framework for Cocoa developers.
SFBPopovers screenshot

SFBPopovers

May 01, 2011 • BSD License
This framework implements popover windows- windows that, to the user, logically belong to another window are visually attached to the parent window.
MyStyledView screenshot

MyStyledView

April 30, 2011 • BSD License
A generic styled view class for rendering simple graphics on the desktop. Styling is exposed through properties on the view. It has support for a fill color and gradient, with the gradient composit...
JAViewController screenshot

JAViewController

April 30, 2011 • Unspecified License
A subclass of NSViewController that's actually useful.