美文网首页
iOS页面自动减去tabbar高度

iOS页面自动减去tabbar高度

作者: 梁大大大大大壮_ | 来源:发表于2017-05-07 02:09 被阅读47次

    尝试在viewwillappear里面重新给view赋一次值

    - (void) viewWillAppear:(BOOL)animated {

    [super viewWillAppear:animated];

    _tableView.frame = self.view.bounds;

    }

    这是我的,如果不这样写,我的tableview会出现在tabbar下方,遮住了tableview

    相关文章

      网友评论

          本文标题:iOS页面自动减去tabbar高度

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