I'd like to allow users to reset the Defaults in the iPhone's Settings for my app. I don't seem to be able to find any examples in apps that I've seen. Basically you'd go to Settings and find the settings for your app. At the bottom of the list there'd be some kind of option to Reset or Defaults or whatever. I'm just not sure how to handle that as I'm not aware of a plain old Round Rect Button we can use in Settings?!?
Best I can come up with is setting a Switch that says 'Reset' and the user can slide between YES and NO. Then when my app launches it looks to see if it's 'yes' then wipes the NSUserDefaults. Problem with this, as far as i can tell, is that there's no feedback when user swipes to YES. All the old settings will remain in the settings app until user launches my app and it can then do its business.
And, no, I don't want to do this from w/in the app itself - if at all possible.
Any ideas? Am I butchering the HIG?