Created
October 17, 2015 12:34
-
-
Save jlcampana/00a5c4f7f50d8353537e to your computer and use it in GitHub Desktop.
Eliminar separador de la última celda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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