I saw this question:
UISwitch in a UITableView cell
But it seemed to be dealing with a dynamic page. I’m really just trying to create a settings page for my app and a few of the cells in the table (not all of them), require switches on the table cell. How could I do this?
Just drag a UISwitch over to the cell that you have laid out. You can then use the assistant editor (which is awesome) to wire it up to the parent class. One tip I will give ya, if you are planning several cells that will be similar in appearance, create the first one in the section and lay it out just right, then you can increase the # of rows in that section and IB will create copies of the existing row for you.