美文网首页
导航栏取消View的渗透

导航栏取消View的渗透

作者: 刘宇航iOS | 来源:发表于2016-08-31 10:22 被阅读75次

- (void)initializeSelfVCSetting {
    
    if ([self respondsToSelector:@selector(setAutomaticallyAdjustsScrollViewInsets:)]) {
        [self setAutomaticallyAdjustsScrollViewInsets:NO];
    }

    if ([self respondsToSelector:@selector(setEdgesForExtendedLayout:)]) {
        self.edgesForExtendedLayout=UIRectEdgeNone;
    }
}

相关文章

网友评论

      本文标题:导航栏取消View的渗透

      本文链接:https://www.haomeiwen.com/subject/xrpqettx.html