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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -