标签:uitable esc ble end update tableview screen elf tab
self.tableHeaderView.frame = CGRectMake(0, 0, JYEScreenWidth, self.userInfoView.frame.size.height + frame.size.height + self.footerView.frame.size.height);
//刷新frame
[self.tableView beginUpdates];
[self.tableView endUpdates];
UITableView的frame改变的坑,实时刷新UI frame
标签:uitable esc ble end update tableview screen elf tab
原文地址:https://www.cnblogs.com/lrr0618/p/9578699.html