My app needs a screen with several controls, such as a slider and a few switches. These controls will be used frequently, so I don’t want to put them in a Settings bundle.
However, I like the way the controls are grouped in Settings and would like to do the same on this ‘control’ screen.
Obviously, Settings uses a table view controller in ‘group’ mode. Ideally, I’d like to lay out this view in Interface Builder, but I’ll be darned if I can figure out how.
Do I need to set up this page programmatically, or is there a trick that will let me do this in IB?
TIA: John
What I do, is in my XIB file, I create my individual cells in design view, set up outlets for them, and then in the code of my data source, I will connect those cells to the table.
something like: