Document Revision History

This table describes the changes to XMLPerformance.

DateNotes
2015-09-16

Replaced NSURLConnection with NSURLSession, updated xib files to storyboard, added launch screen, changed super class of ParserChoiceController and StatsViewController to UITableViewController.

2013-03-29

Fixed auto release pool crasher bug, updated to adopt current best practices for Objective-C, now using Automatic Reference Counting (ARC), slightly improved UI.

2010-07-08

Updated for iOS 4.0

2009-06-23

Fixed a memory leak in LibXMLParser implementation of the NSURLConnection delegate method -connectionDidFinishLoading:. Improved autorelease pool management in Cocoa parser.

2009-05-22

Updated user interface for iPhone SDK 3.0 and fixed bug in Xcode build setting for header search paths.

2008-11-20

Performance and parsing XML, focusing on speed, memory footprint, and user experience.