Skip to content

Instantly share code, notes, and snippets.

@licvido
Last active October 3, 2015 18:25
Show Gist options
  • Save licvido/cc1c0ef4d231d42ffdb8 to your computer and use it in GitHub Desktop.
Save licvido/cc1c0ef4d231d42ffdb8 to your computer and use it in GitHub Desktop.
SWIFT: Hide separator line from from empty cells
/*
* DEMO - https://github.com/dasdom/TableViewFooterDemo
*/
self.tableView.tableFooterView = UIView(frame: CGRect.zeroRect) // that's it!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment