How to add a push button to an iPhone settings page?
问题 In the Preferences app, Safari's settings page contains buttons labeled "Clear History" or "Clear Cache". The Mail App's settings page contains a big red "Delete Account" button. Is there a way to create such a settings page with buttons for my app? I checked Apple's documentation and didn't find an element type for such buttons. 回答1: Sadly I think you're out of luck - unless you jailbreak. To create the Settings page for your app you create a plist rather than actually coding the view itself