rebeloper / SwiftyPlistManager

Lightweight plist data management framework for iOS 10.3+
http://rebeloper.com
MIT License
77 stars 19 forks source link

Plist with array as a root #14

Open Maryom opened 5 years ago

Maryom commented 5 years ago

Hey,

Thanks for your good repo.

I have a question: SwiftyPlistManager.shared.addNew will add new value to a plist with dictionary as a root. In my case I have a plist with array as a root.

How can I add new values to a plist with array as a root?