SwipeTableView
SwipeTableView copied to clipboard
从别的页面返回更新headerView的高度时布局不对
- (void)viewHeightDidChange:(CGFloat)height { _tableViewHeader.frame = CGRectMake(0, 0, kScreenWidth, height); _swipeTableView.swipeHeaderView = _tableViewHeader; [_swipeTableView reloadData]; }
难道是我更新headerView高度的方法用错了?? 怎么更新高度呢?
请问你的这个问题解决了吗?