martes, 19 de abril de 2016

iOS: UITableView remove empty rows

Objective C

[self.tableView setTableFooterView: [[UIView alloc] initWithFrame: CGRectZero]];

Swift


tableView.tableFooterView = UIView(frame: CGRect.zero)

No hay comentarios:

Publicar un comentario