Portfolio

xcodeStackKithttp://stackkit.com

An open-source framework for interacting with the StackExchange API (used by sites like stackoverflow.com, nothingtoinstall.com, superuser.com, etc). Compatible with both Mac OS and iOS.

mactrackerMactracker for iPhonehttp://mactracker.ca

Mactracker is the iPhone version of the very popular Mactracker app. It was written in collaboration with Ian Page, the original developer of Mactracker.

Download on the App Store

xcode+pdfEmbedding UINavigationControllers in UITabBarControllers

An instruction manual created as a homework assignment detailing the process of embedding UINavigationControllers inside a UITabBarController.

  • Download the manual
  • Download the source
  • xcodeCHLayoutManagerhttp://github.com/davedelong/CHLayoutManager

    An easy way to add layout constraints to NSViews.

    xcodeCHCSVParserhttp://github.com/davedelong/CHCSVParser

    Some code to properly read and write CSV files in Objective-C.

    xcodeLocalized NSPredicateEditor

    A sample project showing a localized NSPredicateEditor with a custom row template.

  • Download the source
  • xcodeDDMathParserhttp://github.com/davedelong/DDMathParser

    An extensible math evaluation engine. You give it an NSString and you'll get an NSNumber back.

    xcodeDDUnitConverterhttp://github.com/davedelong/DDUnitConverter

    A unit conversion library.