When a view will disappear I would like to collect the values of some of the switches in my table view, I have pointers to the index path, cell, and control how do I get a pointer to the table view so I can properly point the cell pointer... if I'm thinking correctly I should be able to then get the value of the control pretty quickly throught these pointers... unless somebody has a better idea. If I'm thinking incorrectly I would still like to know how to point to a specific tableView.
Thanks,
Thanks for the answer, it is a regular view, so I made a property of UITableView, and then I used the interface builder to connect thisTableView property to the actual tableView.
If there's a better way let me know. Thanks,