1
I have a UITableView
representing a menu using the framework SWRevealViewController
. Methods that require user interaction are not working properly.
For example: the method didSelectRowAtIndex
hardly works and the 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.
If those delegates are even being called, do not believe it has relation to the library since this table is only one
UITableViewController
, right? Do you have any code to show? Is it possible to detail the problem further? I use that same library and have no problems at this point.– Paulo Rodrigues
heightForRowAtIndex for example this being called, the didHighlightRowAtIndex also can be called, albeit with some difficulty. The basic didSelectRowAtIndex is not called. something you will have with the framework
– Hola Soy Edu Feliz Navidad