Uitableviewdelegate methods are not called with Swrevealviewcontroller

Asked

Viewed 41 times

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.

  • 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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.