Last active
October 3, 2015 18:25
-
-
Save licvido/cc1c0ef4d231d42ffdb8 to your computer and use it in GitHub Desktop.
SWIFT: Hide separator line from from empty cells
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
/* | |
* 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