|
@@ -7,6 +7,7 @@
|
|
|
//
|
|
|
|
|
|
import UIKit
|
|
|
+import BFMaterialKit
|
|
|
|
|
|
@UIApplicationMain
|
|
|
class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
@@ -16,6 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|
|
|
|
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
|
|
|
// Override point for customization after application launch.
|
|
|
+ BFMaterialConfig.shared.choseType = .single
|
|
|
if let tbc = self.window?.rootViewController as? UITabBarController {
|
|
|
tbc.selectedIndex = 1
|
|
|
tbc.tabBar.barTintColor = .black
|