We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a850b32 commit 4d66a77Copy full SHA for 4d66a77
Sources/Window/CocoaDebugTabBarController.swift
@@ -66,7 +66,8 @@ class CocoaDebugTabBarController: UITabBarController {
66
67
let nav = UINavigationController.init(rootViewController: additionalViewController)
68
nav.navigationBar.barTintColor = "#1f2124".hexColor
69
-
+ nav.tabBarItem = UITabBarItem.init(tabBarSystemItem: .more, tag: 4)
70
+
71
//****** 以下代码从NavigationController.swift复制 ******
72
nav.navigationBar.isTranslucent = false
73
0 commit comments