I am not asking for springboard folders, but rather the “folders” in the bookmarks popover of the safari app. I have no idea how this is implemented (strings in files, keys in dictionaries, file system representation, etc.) and am very interested in if someone had been able to make something like it. Can someone point me in the right direction.
Share
Well you could implement them however you want.
Personally I would use plists and have nsarrays that can be within nsarrays.
However I can think of a way to do it with sqlite3 databases, or even physical files (although that could start to get out of hand)
What kind of data do you want to be stored in these folders?
If just strings I would suggest something in a plist/xml format