Skip to content

Commit 6ad93cc

Browse files
author
PravdaEvgen
authored
Merge pull request #57 from jjyy1008/master
Fix the bug when push uiviewcontroller
2 parents ad5193a + dda4141 commit 6ad93cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ColorMatchTabs/Classes/ViewController/ColorMatchTabsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ open class ColorMatchTabsViewController: UITabBarController {
6565
}
6666

6767
open override func loadView() {
68+
super.loadView()
6869
view = MenuView()
6970
}
7071

0 commit comments

Comments
 (0)