美文网首页
(IOS)tableview被UITabBar遮挡的

(IOS)tableview被UITabBar遮挡的

作者: rightmost | 来源:发表于2018-11-19 18:02 被阅读0次

   if (([[[UIDevice currentDevice] systemVersion] doubleValue] >= 7.0)) {

 self.edgesForExtendedLayout = UIRectEdgeNone;

 self.automaticallyAdjustsScrollViewInsets = NO;

    }

 self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight |UIViewAutoresizingFlexibleWidth;

相关文章

网友评论

      本文标题:(IOS)tableview被UITabBar遮挡的

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