RMMultipleViewsController
RMMultipleViewsController copied to clipboard
Why the tableview‘s frame will change?
i use two UITableViewController in RMMultipleViewsController,but the UITableViewController call viewWillAppear ,the tableview frame will change ,

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 :)
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