Skip to content

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

@allentsing

Description

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions