UITableView Header Selection
Posted
by Reonarudo
on Stack Overflow
See other posts from Stack Overflow
or by Reonarudo
Published on 2010-05-07T01:56:13Z
Indexed on
2010/05/07
1:58 UTC
Read the original article
Hit count: 346
Hello,
Can anyone explain me how can I detect a selection in a table view Header view like in tableView:didSelectRowAtIndexPath: ? It would be very useful for me. I've defined the header as UITableCellView so I could attach a UISwitch as an accessory view, and it worked great but now I can't detect the changes made in the switch. Any suggestions?
© Stack Overflow or respective owner