Stay in touch
DMTabBar
June 21, 2012 • MIT License
DMTabBar is a simple segmented control / bar that mimics the XCode 4 Inspector segmented control.
DHHighlightedWebView
May 13, 2012 • MIT License
Drop-in WebView subclass that adds Safari-style in-page search-result highlighting.
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
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
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
ScrollToRefresh
November 27, 2011 • MIT License
ScrollToRefresh is a subclass of NSScrollView that adds a "pull-to-refresh" view to the "elastic" area of NSScrollview.
JUInspectorView
August 15, 2011 • MIT License
JUInspectorView is a shameless copy of Xcode 4s inspector views. It draws a header with a title and then a custom NSView or NSView subclass as the body. There is a disclosure triangle to open/close...
JUCollectionView
August 11, 2011 • MIT License
JUCollectionView aims to be a drop in replacement for the extremely slow NSCollectionView. Instead of loading every possible cell at once, JUCollectionView only displays the visible cells. To impro...
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...
MBCoverFlowView
May 04, 2011 • MIT License
An open-source implementation of the Cover Flow interface found in iTunes, Finder, etc. for Mac OS X.
NoodleIPhoneTableView
March 24, 2011 • MIT License
An NSTableView subclass that simulates UITableView's look and feel.
Chromium Tabs
March 01, 2011 • MIT License
Chromium Tabs is a Cocoa framework for building applications that works like Chromium's window system. An application has multiple windows. Each window represents a unit of tabs. Each tab represent...