Commit 7641f2555e7dea6e45169167700c38b80a8c53e7

Authored by iOS-Xiaowen
1 parent c7a8a1f0

no message

CNLiveBLoginModule/Classes/ThreeLogin/CNLiveBindingTelController.m
@@ -46,8 +46,6 @@ @@ -46,8 +46,6 @@
46 // Do any additional setup after loading the view. 46 // Do any additional setup after loading the view.
47 self.automaticallyAdjustsScrollViewInsets = NO; 47 self.automaticallyAdjustsScrollViewInsets = NO;
48 self.navigationController.navigationBar.translucent = NO; 48 self.navigationController.navigationBar.translucent = NO;
49 - self.extendedLayoutIncludesOpaqueBars = YES;  
50 - self.edgesForExtendedLayout = UIRectEdgeBottom;  
51 self.view.backgroundColor = [UIColor whiteColor]; 49 self.view.backgroundColor = [UIColor whiteColor];
52 50
53 [self.view addSubview:self.navigationBar]; 51 [self.view addSubview:self.navigationBar];