RMMultipleViewsController icon indicating copy to clipboard operation
RMMultipleViewsController copied to clipboard

Why the tableview‘s frame will change?

Open xiaoyangh opened this issue 10 years ago • 2 comments

i use two UITableViewController in RMMultipleViewsController,but the UITableViewController call viewWillAppear ,the tableview frame will change , b499ce24-06b1-49f2-9af7-7c319b10adb3

xiaoyangh avatar Jun 12 '15 08:06 xiaoyangh

I'm not sure if I understood the issue correctly: The frame of the UITableView of a UITableViewController subclass is adjusted, when the UITableViewController subclass is contained with a RMMultipleViewsController?

What iOS version are you using? Can you provide me with an example project where I can see the issue? Would simplify understanding the issue a lot :)

CooperRS avatar Jun 18 '15 17:06 CooperRS

I'm having the same problem, it only happens when you first push a view controller and come back.

The following question explains the exact same problem. http://stackoverflow.com/questions/18388429/uitableview-is-starting-with-an-offset-in-ios-7

praveenaj avatar Aug 07 '15 11:08 praveenaj