So I’m creating a settings page in my app and up to now I’ve set it up with a grouped table view with both group titles and settings/cell tiles.
At this point I’d like to add UISwitches (Already have their properties set up) to each cell. How can I do that?
The easiest way is to add a
UISwitchas the accessory view for theUITableViewCell.