Browsing all articles tagged with TouchXML
5
TouchXML for the Win!
Thursday, September 25th, 2008
Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it’s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a [...]