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
Post a Comment