How do you add gestures to a UITableViewController?

Posted by mea36 on Stack Overflow See other posts from Stack Overflow or by mea36
Published on 2010-05-10T02:27:06Z Indexed on 2010/05/10 2:38 UTC
Read the original article Hit count: 320

I want to implement right-to-left and left-to-right gestures on a view that inherits from UITableViewController. I have the code for the gestures implemented in another view (UIViewController) and it works.

It does't seem like touchesBegan is even getting called.

Does anyone know know to do this?

Thanks

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about uitableviewcontroller