Archive for category User Interface

MTDirectionsKit

A route overlay for MapKit that lets you show a route directly in your app.

Official MTDirectionsKit web site

IKSegmentedControl

OpenSource analog of UISegmentedControl. Allows you to customize the segment view appearance.

Official IKSegmentedControl repository

ShortcutRecorder

A keyboard shortcut field based on the solid old PTHotkey code. Modernized look, works in layers, with Accessibility-support, Retina- and Auto-Layout-Ready.

Kentzo’s ShortcutRecorder repository

DETweetComposeViewController

An iOS 4-compatible clone of iOS 5′s tweet sheet.

Official DETweetComposeViewController web site

Official DETweetComposeViewController repository

EXiLE

Easy XiB Localization Entity: A code-based localization mechanism that auto-generates unique but readable keys.

Official EXiLE repository

NGTabBarController

A customizable TabBarController implementation that can be positioned left/bottom/right/top.

Official NGTabBarController Repository

GMGridView

A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display.

Official GMGridView repository

OmniGridView

A simple, vertically scrolling grid view with re-arrange animations.

Official OmniGridView repository

SSCollectionView

An NSCollectionView clone (think grid view) for UIKit.

Part of the SSToolkit repository

DTGridView

A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.

Official DTGridView repository