我使用JASidePanels作为堆栈控制器。
但是我按照图
在centerViewController上有一个巨大的阴影我在Storyboard中有一个子类JASidePanels(调用'StackController')UIViewController并使用此代码创建中心并在StackController中使用setViewController
- (void)awakeFromNib
{
[self setLeftPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"leftViewController"]];
[self setCenterPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"centerViewController"]];
}
感谢Advance。
答案 0 :(得分:1)
搜索方法 - (void)styleContainer:(UIView *)容器animate:(BOOL)animate duration:(NSTimeInterval)duration 您可以注释方法体以删除阴影。