Table View - Extra Rows November 11, 2014 To remove the default extra rows in the table view, use the below code in table view controller: tableView.edgesForExtendedLayout = UIRectEdgeNone; tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectZero]; Share Get link Facebook X Pinterest Email Other Apps Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment