SwipeTableView icon indicating copy to clipboard operation
SwipeTableView copied to clipboard

从别的页面返回更新headerView的高度时布局不对

Open allentsing opened this issue 6 years ago • 1 comments

  • (void)viewHeightDidChange:(CGFloat)height { _tableViewHeader.frame = CGRectMake(0, 0, kScreenWidth, height); _swipeTableView.swipeHeaderView = _tableViewHeader; [_swipeTableView reloadData]; }

难道是我更新headerView高度的方法用错了?? 怎么更新高度呢?

allentsing avatar Nov 23 '18 09:11 allentsing

请问你的这个问题解决了吗?

Walker2020 avatar Mar 12 '19 08:03 Walker2020