Skip to content

Commit 4d66a77

Browse files
author
man.li
committed
no message
1 parent a850b32 commit 4d66a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Window/CocoaDebugTabBarController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ class CocoaDebugTabBarController: UITabBarController {
6666

6767
let nav = UINavigationController.init(rootViewController: additionalViewController)
6868
nav.navigationBar.barTintColor = "#1f2124".hexColor
69-
69+
nav.tabBarItem = UITabBarItem.init(tabBarSystemItem: .more, tag: 4)
70+
7071
//****** 以下代码从NavigationController.swift复制 ******
7172
nav.navigationBar.isTranslucent = false
7273

0 commit comments

Comments
 (0)