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.