iphone - Is NSUserDefaults the correct place to store a list of favorites? -


i programming app ios, allowing user make connections via tcp/ip. user able save server favorite. make possible serialising server object , storing nsuserdefaults.

is correct way go or should rather save serialised object file system?

thanks, mark.

nsuserdefaults' data stored on filesystem.
don't try re-invent wheel. it's here on purpose, , it's easy , convenient use. : )


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -