fixed:爱鱼看看页面适配

This commit is contained in:
jiangxuefei718
2019-03-14 12:08:30 +08:00
parent aef0570ebc
commit 310a8f0230
4 changed files with 14 additions and 16 deletions
@@ -80,9 +80,8 @@
pageController.selectIndex = 0;
//pageController.menuViewBottomSpace = 10;
[self addChildViewController: pageController];
CGFloat height = [UIApplication sharedApplication].statusBarFrame.size.height + 44;
//看看在tab中时
pageController.viewFrame = CGRectMake(0,height,self.view.frame.size.width, self.view.frame.size.height - height) ;
pageController.viewFrame = CGRectMake(0,0,self.view.frame.size.width, self.view.frame.size.height-49) ;
self.pageController = pageController;
[self.view addSubview: pageController.view];