Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
allentsing opened this issue Nov 23, 2018 · 1 comment
Open

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

allentsing opened this issue Nov 23, 2018 · 1 comment

Comments

@allentsing
Copy link

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

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

@Walker2020
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants