标签:
解决办法:
- (void)viewDidLoad{ [super viewDidLoad]; self.edgesForExtendedLayout = UIRectEdgeAll; self.tableView.contentInset = UIEdgeInsetsMake(0.0f, 0.0f, CGRectGetHeight(self.tabBarController.tabBar.frame), 0.0f); }
UITableViewCell被UITabbarController遮盖44像素
标签:
原文地址:http://my.oschina.net/CgShare/blog/477895