Kodeco Forums

Video Tutorial: Saving Data in iOS Part 5: User Defaults

Learn about NSUser defaults and how you can start using it in your apps.


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

I get confused by the public extension on PropertyListSerialization for deserialize the property list. why can’t we just use the propertyList(from:options:format:) function to deserializing directly?

Thanks