Kodeco Forums

Video Tutorial: Saving Data in iOS Part 7: Using XML

Learn how to work with XML when saving data in iOS.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3761-saving-data-in-ios/lessons/8

Hello Brian, thanks for the great video. I was able to successfully parse a local XML file on my playground following your tutorial. Im now trying to import my playground to a project and i’m confused as to where to properly place the β€œdo / catch” statement form the playgorund. My end goal is to have the parse XML elements show on a tableView.

cheers!