Tutorial for creating a settings page

Is there a tutorial for creating a settings page (view) in your app?

For example, say my app allows a user to change their level to Beginner, Intermediate, or Expert.

Hi @albertski,
do you mean settings where your application displays the options in the settings app? if you want it in your app not from outside, simply create a tableview with the UI element that you want, in the example above you can simply create a new viewController with a Picker that has these three options.

cheers,

Yes. Thanks so much.

This topic was automatically closed after 166 days. New replies are no longer allowed.