1. 程式人生 > >iOS tableView 隱藏多餘分割線

iOS tableView 隱藏多餘分割線

self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero];

原理:就是底部加footerView 並把footerView Frame置0