You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nice work you have done! :) I get always a "An Action has been performed..." notification but the PlistManager didn't save any values, but recognized when I'm saving an existing one. Where could the problem be?
Thanks!
✌️
The text was updated successfully, but these errors were encountered:
In my case the "SwiftyPlistManager.shared.save()" function unexpectedly returns true when you use a key that dose not exist in the plist. In this case the save function won't store the new key/obj pair.
When I swapped over to "SwiftyPlistManager.shared.addNew()" the library started creating new values correctly.
Hello,
nice work you have done! :) I get always a "An Action has been performed..." notification but the PlistManager didn't save any values, but recognized when I'm saving an existing one. Where could the problem be?
Thanks!
✌️
The text was updated successfully, but these errors were encountered: