修复依然能打开左菜单的问题

This commit is contained in:
ylzheng
2015-10-26 00:35:10 +08:00
parent e554f7e286
commit f587325fef
-2
View File
@@ -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")
}