解决方式1:
self.tableView.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, self.tableView.bounds.size.width, 0.01f)]; 解决方式2:
self.tableView.contentInset = UIEdgeInsetsMake(-30 , 0 , 0 , 0); 解决方式3:
self.automaticallyAdjustsScrollViewInsets = NO;
相关文章
- Excel2016打开显示空白的解决方法
- VUE 2.0在IE中打开页面空白的原因及解决方法
- chrome浏览器下页面顶部出现一条空白解决
- 【解决方法】Python write文件空白
- vue js 前端实现PDF文件下载的三种方式 解决vue下载pdf文件打开文件后空白
- iOS—怎样让UITableView的表头随着tableView一起滚动?这样解决
- ios9后UIViewControllerBasedStatusBarAppearance作用以及状态栏空白解决
- Android WebView加载出现空白页面问题解决
- vue 在nginx下页面刷新出现404问题解决和在nginx下页面加载了js但是页面显示空白问题解决
- 如何解决inline-block元素的空白间距