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.
Archive for category Data formatting
KeyValueObjectMapping
Mar 1
Tipi
Apr 28
AutoHyperlinks
Apr 21
ADNOrdinalNumberFormatter
Mar 27
A subclass of Cocoa’s NSNumberFormatter that adds ordinals to numbers.
An NSValueTransformer subclass to turn an NSDate into a string expressing its relative age from now.
KSFileUtilities
Dec 25
Categories on various classes to generate relative URLs/paths from absolute URLs, extract query parameters from a URL, adding query parameters to a URL safely, 10.5 compatibility methods for NSURL’s path manipulation methods, an NSFormatter for URLs, a class to handle .webloc URL bookmark files.
ISO8601DateFormatter
Dec 12
An NSFormatter subclass to parse ISO 8601 strings into NSDate objects and format NSDate objects into ISO 8601 strings. It supports calendar, week, and ordinal date formats in both directions.
Official ISO8601DateFormatter web site
Official ISO8601DateFormatter repository