I'm wondering if there is a possibility if you can create your own folder in NSUserDefaults
. Since I'm saving 10 objects in the NSUserDefaults
, and I want to easily remove them all I wanted to use a folder, so that all the 10 objects are in the folder and if I want to delete the 10 UserDefaults
.
I just need to delete the folder. Is this possible?