UITableViewDelegate methods are not called with the SWRevealViewController

1

I have UITableView that represents a menu using the framework SWRevealViewController . Methods that require user interaction are not working properly.

For example: didSelectRowAtIndex method hardly works and didHighLightRowAtIndex only works if you press for a long time.

Update: with UITableViewController works perfectly, the problem is that I have to use a UIViewController with a UITableViewController inside.

    
asked by anonymous 07.07.2015 / 14:36

0 answers