I need to create a small UITableView
with cells that each contain a UISwitch
.
For example I want to have two UISwitch
s, "A" and "B", at rows 0 and 1, so that if I set switch "A" to On, switch "B" will go to the Off position.
How I can do that simply?
Thanks.