应用场景:例如搜索时候只有一条数据,其他空白cell分割线隐藏起来
1 | UIView *view = [[UIView alloc] init]; |
为了方便其他地方用,可以给tableView写分类
1 | @interface UITableView (Additions) |
1 | - (void)mnz_hideTableEmptyDataSeparatorLine { |
1 | UIView *view = [[UIView alloc] init]; |
1 | @interface UITableView (Additions) |
1 | - (void)mnz_hideTableEmptyDataSeparatorLine { |