I am really new to iPhone development. Currentlly I am setting up an option module for my application. The user should be able to edit some preferences.
My first approach was to have some text fields. But I really like how iOS handles editing preferences. There is some kind of label. Clicking on that label opens another view with a field for editing. I hope you understand what I mean.
How does iOS achieve this? Is that table view?
I mean this kind of design