A dictionary based on the “_k_-d tree” data structure, allowing indexing of objects keyed by two-dimensional points.
Archive for category iPhone and iPad
AGTTwoDimensionalDictionary
Mar 16
Mantle
Mar 2
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.
MTDirectionsKit
Mar 1
A route overlay for MapKit that lets you show a route directly in your app.
IKSegmentedControl
Mar 1
OpenSource analog of UISegmentedControl. Allows you to customize the segment view appearance.
JUBindings
Mar 1
KeyValueObjectMapping
Mar 1
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.
RadioTunes SDK
Mar 1
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.
Nanostore
Mar 1
NanoStore is an open source, lightweight schema-less local key-value document store written in Objective-C for Mac OS X and iOS.
An iOS 4-compatible clone of iOS 5′s tweet sheet.
HBCollections
Mar 1
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.