Archive for category iPhone

Mantle

Model layer base class that makes it easier to implement NSArchiver/JSON serialization and offers higher-order functions (map, filter, fold) for NSArray, NSDictionary, NSOrderedSet, and NSSet, plus weak notification center observers.

Note: Mixed MIT/BSD licensed code.

Official Mantle repository

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

JUBindings

A simple Cocoa bindings replacement for iOS.

Official JUBindings repository

KeyValueObjectMapping

A library that takes a dictionary (as an object or in various serialized forms) and transfers its values to the matching instance variables of an object.

Official KeyValueObjectMapping repository

RadioTunes SDK

A radio streaming SDK for iOS with support for the http and mms protocols. RadioTunes SDK can play mp3, aac, aac+ and wma audio streams. Includes documented source code of a demo Xcode project demonstrating usage. Also supports background playback and recording.

Official RadioTunes web site

Nanostore

NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.

Official Nanostore web site

Official Nanostore repository

DETweetComposeViewController

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

Official DETweetComposeViewController web site

Official DETweetComposeViewController repository

HBCollections

Objective-C categories for functional data structure traversal with blocks. The interface was inspired by Javascript Array Iteration Methods. The implementation was inspired by Mike Ash’s Implementating Fast Enumeration Friday Q&A.

Official HRBCollections repository

EXiLE

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

Official EXiLE repository