Commit 7641f2555e7dea6e45169167700c38b80a8c53e7
1 parent
c7a8a1f0
no message
Showing
1 changed file
with
0 additions
and
2 deletions
CNLiveBLoginModule/Classes/ThreeLogin/CNLiveBindingTelController.m
| ... | ... | @@ -46,8 +46,6 @@ |
| 46 | 46 | // Do any additional setup after loading the view. |
| 47 | 47 | self.automaticallyAdjustsScrollViewInsets = NO; |
| 48 | 48 | self.navigationController.navigationBar.translucent = NO; |
| 49 | - self.extendedLayoutIncludesOpaqueBars = YES; | |
| 50 | - self.edgesForExtendedLayout = UIRectEdgeBottom; | |
| 51 | 49 | self.view.backgroundColor = [UIColor whiteColor]; |
| 52 | 50 | |
| 53 | 51 | [self.view addSubview:self.navigationBar]; | ... | ... |