romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 430 forks source link

TableView scrolling not working when using UITableView inside UIViewController #196

Open IngemarJacob opened 9 years ago

IngemarJacob commented 9 years ago

Hi,

in one of my projects I'm using a UIViewController which holds an UITableView in conjunction with RETableViewManager which is so far working fine. But when I tap on one of the RETextItems or any other control, the screen doesn't get scrolled accordingly so that the keyboard overlaps with the field. I know it is recommended to use RETableViewManager with UITableViewController but in this case, this is no option for me. Any ideas how to solve this would be appreciated.

screen shot 2014-10-07 at 12 48 46 nachm screen shot 2014-10-07 at 12 49 12 nachm mainstoryboard_storyboard mainstoryboard_storyboard 2

yunzixun commented 9 years ago

I have the same problem, Any ideas?

ericertl commented 9 years ago

Just use a UITableViewController See this answer https://github.com/romaonthego/RETableViewManager/issues/50