|
@@ -186,11 +186,6 @@
|
|
//[[AVAudioSession sharedInstance] setActive:YES error:nil];
|
|
//[[AVAudioSession sharedInstance] setActive:YES error:nil];
|
|
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
|
|
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];
|
|
|
|
|
|
- // Settings TabBar
|
|
|
|
- UISplitViewController *splitViewController = (UISplitViewController *)self.window.rootViewController;
|
|
|
|
- UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
|
|
|
|
- [self createTabBarController:tabBarController];
|
|
|
|
-
|
|
|
|
// How to hide UINavigationBar 1px bottom line < iOS 11
|
|
// How to hide UINavigationBar 1px bottom line < iOS 11
|
|
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
|
|
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
|
|
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
|
|
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];
|