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
原文地址:https://www.cnblogs.com/javastart/p/8893311.html
时间: 2024-10-05 20:19:19