美文网首页
iOS 隐藏TabBar

iOS 隐藏TabBar

作者: iCHENKE | 来源:发表于2018-03-22 10:20 被阅读12次
#pragma mark - 隐藏TabBar
- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
    self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
    if (self) self.hidesBottomBarWhenPushed = YES;
    return self;
}

相关文章

网友评论

      本文标题:iOS 隐藏TabBar

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