Disable scrolling on a UITableView? Possible??
Howdy =)
I'd like to disable scrolling on my UITableView at certain times while I'm waiting for user input. It inherits from UIScrollView, I believe, so if there is a way to stop scrolling on one of those I'm sure it would work.
I can't use .userInteractionEnabled because I added my "form" to the .view (not .tableView) of the UITableViewController and it would prevent the form from working at all (I think... is there a way to enabled user interaction for a view that's parent has it disabled?)
Thanks!
|