Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created October 17, 2015 12:34
Show Gist options
  • Save jlcampana/00a5c4f7f50d8353537e to your computer and use it in GitHub Desktop.
Save jlcampana/00a5c4f7f50d8353537e to your computer and use it in GitHub Desktop.
Eliminar separador de la última celda
self.tableView.tableFooterView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, self.tableView.frame.size.width, 1)];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment