Home > Q&A > body text
就是上图的情况,请问是什么原因,怎么解决?
天蓬老师2017-04-18 09:15:19
try this
(void)viewWillLayoutSubviews {
[super viewWillLayoutSubviews]; yourView.frame = self.view.bounds;
}