在viewDidLoad中加入:
m_tableView.tableHeaderView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, m_tableView.bounds.size.width, 0.01)];
即可。
2022-03-06 06:51:19
在viewDidLoad中加入:
m_tableView.tableHeaderView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, m_tableView.bounds.size.width, 0.01)];
即可。