- (void)viewWillLayoutSubviews
{
self.view.frame = CGRectMake(0, 0, window_width, window_height-tabbar_height);
}
- (void)viewWillLayoutSubviews
{
self.view.frame = CGRectMake(0, 0, window_width, window_height-tabbar_height);
}
本文标题:改变UIViewController的view的frame
本文链接:https://www.haomeiwen.com/subject/hzkwrltx.html
网友评论