Clearing NSUserDefaults
Posted
by TonyNeallon
on Stack Overflow
See other posts from Stack Overflow
or by TonyNeallon
Published on 2009-02-13T07:49:08Z
Indexed on
2010/06/10
4:42 UTC
Read the original article
Hit count: 167
cocoa-touch
I'm using +[NSUserDefaults standardUserDefaults]
to store application settings. This consists of roughly a dozen string values. Is it possible to delete these values permanently instead of just setting them to a default value?
© Stack Overflow or respective owner