Handling touches in UITableViewController

Posted by subw on Stack Overflow See other posts from Stack Overflow or by subw
Published on 2010-03-18T20:06:15Z Indexed on 2010/03/18 20:21 UTC
Read the original article Hit count: 394

I want to implement the handling of an additional swipe gesture in my UITableViewController. However, it seems that in the case of tableviews the usual touch handling methods like -[touchesBegan::] of the controller are not called. How can I handle touches on a UITableView?

© Stack Overflow or respective owner

Related posts about uitableviewcontroller

Related posts about uitouch