Open Maryom opened 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.
SwiftyPlistManager.shared.addNew
How can I add new values to a plist with array as a root?
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?