今天想起来上次是怎么去除UITableViewStyleGrouped样式的头部空白了,简单粗暴
table.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];
今天想起来上次是怎么去除UITableViewStyleGrouped样式的头部空白了,简单粗暴
table.tableHeaderView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 0, CGFLOAT_MIN)];
本文标题:去除UITableViewStyleGrouped头部空白
本文链接:https://www.haomeiwen.com/subject/wksdpttx.html
网友评论