pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

TableView in the rightViewController doesn't work! #205

Open matteogobbi opened 10 years ago

matteogobbi commented 10 years ago

Hi, I m using this object in a project in my company.

I discover that the rightViewController show the tableView with the right number of cells but without populate them.

Trying to find the problem (with also another dev) we discover that exchanging the rightViewController with the leftViewController, the tableView work and the tableView now in the rightViewController instead doesn't work.

So finally the problem is the rightViewController.

We absolutely need to solve urgently!

matteogobbi commented 10 years ago

Found also a memory leak in certain occasion. So, seeing the not support from the author, i replaced the object with ECSlidingViewController (https://github.com/ECSlidingViewController/ECSlidingViewController) which instead work very well. Thanks.