(IOS)tableview被UITabBar遮挡的
2018-11-19 本文已影响0人
rightmost
if (([[[UIDevice currentDevice] systemVersion] doubleValue] >= 7.0)) {
self.edgesForExtendedLayout = UIRectEdgeNone;
self.automaticallyAdjustsScrollViewInsets = NO;
}
self.tableView.autoresizingMask = UIViewAutoresizingFlexibleHeight |UIViewAutoresizingFlexibleWidth;