Skip to content

Commit

Permalink
Merge pull request #57 from jjyy1008/master
Browse files Browse the repository at this point in the history
Fix the bug when push uiviewcontroller
  • Loading branch information
PravdaEvgen committed Jan 26, 2018
2 parents ad5193a + dda4141 commit 6ad93cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ open class ColorMatchTabsViewController: UITabBarController {
}

open override func loadView() {
super.loadView()
view = MenuView()
}

Expand Down

0 comments on commit 6ad93cc

Please sign in to comment.