An NSValueTransformer subclass to turn an NSDate into a string expressing its relative age from now.
Archive for category Creative Commons Public Licence
SimStoreKit
Jan 2
A simulated version of the iPhone’s StoreKit, for testing store UIs on the iPhone Simulator, or even on device without having to set up IAP in Connect.
CocoaFob
Dec 12
CocoaFob is a set of helper code snippets for registration code generation and verification in Objective-C applications, integrated with registration code generation in Potion Store.
RBSplitView
Dec 12
A replacement for Cocoa’s NSSplitView. There are some serious limitations with NSSplitView if you need to limit subview’s sizes, expand or collapse subviews programmatically or by double-clicking, or resize the split view frequently. RBSplitView has special content views — RBSplitSubviews — that handle details of subview limitations and properties. So there’s less or no work to be done by the delegate. RBSplitView also has built-in support for nesting any number of levels, and automatically generates a two-axis thumb to resize in two dimensions.
TDBadgedCell
Dec 12
Provides a subclass of UITableViewCell adding a badgeString property to the cell. The badge then draws like those found in the Mail application.