Skip to content

Instantly share code, notes, and snippets.

@isoiphone
Created July 28, 2015 22:39
Show Gist options
  • Save isoiphone/9744c35a0d2fea23d1d3 to your computer and use it in GitHub Desktop.
Save isoiphone/9744c35a0d2fea23d1d3 to your computer and use it in GitHub Desktop.
Do thi
// ...
tableView.reloadData()
// ...
CATransaction.begin()
tableView.tableFooterView?.layer.removeAllAnimations()
CATransaction.commit()
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment