标签: iphone ios storyboard controllers
我试图将控制器放在导航控制器的后台,移动最后一个并显示菜单......
ment = [self.storyboard instantiateViewControllerWithIdentifier: @"MenuEnt"]; [self.view addSubview: ment.view]; [self.view sendSubviewToBack:ment.view];
但是当我移动控制器时,只出现一个黑色区域...... :(