mirror of
https://github.com/wahyd4/libr-ios.git
synced 2026-08-09 05:06:46 +10:00
修复依然能打开左菜单的问题
This commit is contained in:
@@ -27,8 +27,6 @@ class RootViewController: RESideMenu, RESideMenuDelegate{
|
||||
self.contentViewShadowEnabled = true
|
||||
|
||||
self.contentViewController = (self.storyboard?.instantiateViewControllerWithIdentifier("TabbarContentViewController"))! as UIViewController
|
||||
self.leftMenuViewController = (self.storyboard?.instantiateViewControllerWithIdentifier("LeftMenuViewController"))! as UIViewController
|
||||
self.backgroundImage = UIImage(named: "MenuBackground")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user