Kodeco Forums

Video Tutorial: Saving Data in iOS Part 3: Working With Property Lists

Learn how to create and change property lists and how you will be able to use them inside of your app.


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

Is there a reason why you pass in &format instead of just format into the PListSerialization.properyListWithData method?