Archive for category User Interface

SNRFetchedResultsController

Automatic Core Data change tracking for OS X. It is not a drop-in replacement for NSFetchedResultsController but performs many of the same tasks in relation to managing results from a Core Data fetch and notifying a delegate when objects are inserted, deleted, updated, or moved in order to update the UI.

Official SNRFetchedResultsController Github repository

HGPageScrollView

UIScrollView for iPhone with horizontal paging like mobile Safari tabs.

Official HGPageScrollView repository

JMTabView

Stylish and animated tab view for iOS rendered entirely using Core Graphics.

Official JMTabView repository

AMButtonBar

A bar of buttons, similar to those in iTunes 6 or in the Finder search pane.

Official AMButtonBar web site

SFBInspectors

Customizable inspector windows for Cocoa.

Official SFBInspectors repository

S7GraphView

A UIView subclass for drawing graphs.

Official S7GraphView repository

AMWindow

A small NSWindow subclass that implements an improved zooming behaviour and makes it easy to allow or deny zooming and/or resizing of a window. If zooming is not allowed, the zoom button will be disabled. Also, the resize indicator will be added or removed as required.

Official AMWindow web site

PolKit

A collection of many reusable Obj-C classes and functions for Mac OS X Leopard and later providing features like advanced networking, file system utilities, HID, MIDI & serial port devices support, OpenSSL encryption, file upload & download for many protocols, etc.

Official PolKit repository

PSPDFKit

A drop-in-ready framework that helps in almost every aspect of PDF-rendering on iOS, including Table of contents parsing, annotations, display, zoom, thumbnails, text extraction, pages of different sizes and search.

Official PSPDFKit web site

PSTreeGraph

A tree graph view control for iPad applications. This is a port of the Apple sample code from Max OS X to iOS (iPad).

Official PSTreeGraph Repository