UISwitch propagate state
Posted
by Reonarudo
on Stack Overflow
See other posts from Stack Overflow
or by Reonarudo
Published on 2010-03-23T11:12:15Z
Indexed on
2010/03/23
11:13 UTC
Read the original article
Hit count: 538
Hello, I'm still rather new to iPhone development and I tried something I didn't it was possible. I have a UIView for my TableView Section Header with a switch on it, and I also have a UITableCellView with another Switch on it. It all looks fine, but now I want to propagate the UISwitch state from the section header to all the UISwitches on the section rows. Can anyone enlighten me how can I accomplish this?
Thank you.
© Stack Overflow or respective owner