码迷,mamicode.com
首页 > 其他好文 > 详细

UITableView的frame改变的坑,实时刷新UI frame

时间:2018-09-03 15:34:50      阅读:825      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!