jueves, 19 de mayo de 2016

iOS: UITableView remove separator line

Objective C

self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;

Swift


tableView.separatorStyle = .none

No hay comentarios:

Publicar un comentario