Under the Bridge

TouchCode open source

Another day, another open source project for all us iPhone programmers; today, it’s TouchCode from Toxic Software:

TouchCode is my iPhone Open Source umbrella project encompassing a bunch of technologies that for various reasons Apple decided not to include with Cocoa Touch.

TouchCode is made up of:

  • TouchXML – A document tree XML library with XPath support (based on Cocoa’s NSXMLDocument)
  • TouchJSON – An extremely fast and memory efficient library for processing and creating JSON data.

And this one’s famous, as iPhone open source projects go: it won “Best Open Source Project” at iPhoneDevCamp2, congratulations on a fine job well done. And to boot, It’s MIT-licensed, so nobody should have any legal issues in the way of using it; check out the wiki, then check out the code!

0