Skip to content

Instantly share code, notes, and snippets.

@georrgee
Last active April 25, 2020 00:40
Show Gist options
  • Save georrgee/778ba9c5fafb5980cca31f62826b41bc to your computer and use it in GitHub Desktop.
Save georrgee/778ba9c5fafb5980cca31f62826b41bc to your computer and use it in GitHub Desktop.
Removing Cells Extension
extension UITableView {
func removeExtraCellLines() {
tableFooterView = UIView(frame: .zero)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment