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

MIHSliderView screenshot

MIHSliderView

March 11, 2013 • MIT License
MIHSliderView is a Core Animation slider view for OS X. Any subclass of NSView can be displayed as a slide and integration into your project is as easy as using any other view since it is just a si...
CNSplitView screenshot

CNSplitView

February 11, 2013 • MIT License
CNSplitView is an feature enhanced derivative of NSSplitView. It has support for sticky top or bottom toolbars for each of its subviews.
JNWAnimatableWindow screenshot

JNWAnimatableWindow

February 03, 2013 • MIT License
Custom NSWindow animations use a CALayer.
DMSplitView screenshot

DMSplitView

January 23, 2013 • MIT License
DMSplitView is a revisited version of the standard OSX's NSSplitView control. The e problem with NSSplitView is that some things which should be simple require implementing unintuitive delegate met...
KBTextField screenshot

KBTextField

January 22, 2013 • MIT License
A Twitter Bootstrap styled NSTextField for Mac OS X
Rebel screenshot

Rebel

January 06, 2013 • MIT License
Rebel is a framework to make AppKit easier to work with, using categories to fix bugs and make APIs nicer, and new classes to perform common tasks.
RFOverlayScrollView screenshot

RFOverlayScrollView

January 04, 2013 • MIT License
RFOverlayScrollView is an NSScrollView subclass that shows its NSScroller in iOS style even when a mouse is attached.
CNBaseView screenshot

CNBaseView

December 02, 2012 • MIT License
CNBaseView is a subclass of NSView that can show an icon and/or a text message if it has no subviews. Both, the icon and the message text are optional. If you keep it empty CNBaseView acts as a nor...
LinenClipView screenshot

LinenClipView

November 27, 2012 • MIT License
Adds a linen pattern behind scrollviews like in Apple's Lion apps.
KBButton screenshot

KBButton

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

CNBackstageController

November 12, 2012 • MIT License
CNBackstageController is an derivative of NSWindowController and a special impelementation to show you the content you would like to see. The goal of CNBackstageController is to provide the develop...
BFPageControl screenshot

BFPageControl

August 30, 2012 • MIT License
A page control for the Mac. It's usage is similar to that of UIPageControl (iOS).
DMInspectorPalette screenshot

DMInspectorPalette

July 27, 2012 • MIT License
DMInspectorPalette is an NSScrollView that supports dynamic loading of NSView grouped by section as like in XCode Inspector Window. You can collapse or expand an item in order to hide or show it's...
JFImageSavePanel screenshot

JFImageSavePanel

June 26, 2012 • MIT License
NSSavePanel wrapper for image save dialogs, similar to those in Preview.app.
MKPopoverColorWell screenshot

MKPopoverColorWell

June 23, 2012 • MIT License
A better looking NSColorWell, with a simple popover color picker.
DMTabBar screenshot

DMTabBar

June 21, 2012 • MIT License
DMTabBar is a simple segmented control / bar that mimics the XCode 4 Inspector segmented control.
DHHighlightedWebView screenshot

DHHighlightedWebView

May 13, 2012 • MIT License
Drop-in WebView subclass that adds Safari-style in-page search-result highlighting.
JUEmptyView screenshot

JUEmptyView

May 13, 2012 • MIT License
Another shameless copy of an Xcode 4 component. A NSView subclass that displays a custom message inside a bubble whenever the view becomes empty (that is, it doesn't have any subviews). When a view...
ZKTextField screenshot

ZKTextField

April 23, 2012 • MIT License
A simple replacement for NSTextField that offers a very much higher degree of customization ability. It does not use any cells and delegates all most of its functions out to different methods so th...
PullToRefresh screenshot

PullToRefresh

March 07, 2012 • MIT License
A twitter-style pull-to-refresh NSScrollView with the added functionality of delegate protocols. Based on: Leah Culver's PullToRefresh for iOS and Alex Zielenski's ScrollToRefresh for OSX