巨大的阴影出现在UIViewController中

时间:2013-05-30 07:11:57

标签: ios

我使用JASidePanels作为堆栈控制器。

但是我按照图

在centerViewController上有一个巨大的阴影

我在Storyboard中有一个子类JASidePanels(调用'StackController')UIViewController并使用此代码创建中心并在StackController中使用setViewController

- (void)awakeFromNib
{
    [self setLeftPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"leftViewController"]];
    [self setCenterPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"centerViewController"]];
}

enter image description here

感谢Advance。

1 个答案:

答案 0 :(得分:1)

搜索方法   - (void)styleContainer:(UIView *)容器animate:(BOOL)animate duration:(NSTimeInterval)duration 您可以注释方法体以删除阴影。