File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
6767
6868 // 设置导航条样式
6969 [self customizeInterface ];
70-
70+ [[UIApplication sharedApplication ] setStatusBarHidden: NO withAnimation: UIStatusBarAnimationFade];
71+
7172 if ([Login isLogin ]) {
7273 [self setupTabViewController ];
7374 }else {
Original file line number Diff line number Diff line change 5151 </array >
5252 <key >UIStatusBarStyle </key >
5353 <string >UIStatusBarStyleBlackOpaque </string >
54+ <key >UIStatusBarHidden </key >
55+ <true />
5456 <key >UISupportedInterfaceOrientations </key >
5557 <array >
5658 <string >UIInterfaceOrientationPortrait </string >
Original file line number Diff line number Diff line change @@ -37,18 +37,6 @@ - (void)viewDidLoad {
3737 }
3838}
3939
40- - (void )didReceiveMemoryWarning {
41- [super didReceiveMemoryWarning ];
42- // Dispose of any resources that can be recreated.
43- }
44-
45- - (void )viewWillDisappear : (BOOL )animated {
46- [super viewWillDisappear: animated];
47-
48- [self .navigationController setNavigationBarHidden: NO ];
49- [UIApplication sharedApplication ].statusBarHidden = NO ;
50- }
51-
5240- (void )requestFileData {
5341 [self .view beginLoading ];
5442 __weak typeof (self) weakSelf = self;
You can’t perform that action at this time.
0 commit comments