iphone - How do I recreate a "settings application"-like tableview inside my application? -
I want to add a view to my application allowing the user to change many (many) settings. It should appear in the "Settings app" (), but it must be within your app. At the moment I have just one tableview and manually add different cell objects (with switches, sliders, etc.). Is there a clever in doing this? I think I am changing the wheel again. No, this is the way, returning to individual cells in the / Code> Method Just remember that there is useful properties in a tableView: cellForRowAtIndexPath:
UITableViewCell
such as a secondary mark (a description dissonant button, a disclosure indicator or check mark) and an image on the left.
Comments
Post a Comment