Skip to content

Instantly share code, notes, and snippets.

@Kievkao
Created February 11, 2016 10:41
Show Gist options
  • Select an option

  • Save Kievkao/05ecd208f55939699066 to your computer and use it in GitHub Desktop.

Select an option

Save Kievkao/05ecd208f55939699066 to your computer and use it in GitHub Desktop.
Hide empty cells from UITableView
self.tableView.tableFooterView = UIView(frame: CGRect.zero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment