标签:.com blog UI sel 改变 self head ram col
1.UITableView:改变 TableHeaderView 的高度
CGRect newFrame = headerView.frame; newFrame.size.height = newFrame.size.height + webView.frame.size.height; headerView.frame = newFrame; [self.tableView setTableHeaderView:headerView];
http://www.cnblogs.com/ihojin/p/tableHeaderView-resizeheight.html
第19月第20天 UITableView:改变 TableHeaderView 的高度
标签:.com blog UI sel 改变 self head ram col
原文地址:https://www.cnblogs.com/javastart/p/8893311.html