Skip to content

Instantly share code, notes, and snippets.

@antoniocasero
Created May 9, 2017 14:53
Show Gist options
  • Save antoniocasero/713f83d779c6ba91c3092d9c23cd7265 to your computer and use it in GitHub Desktop.
Save antoniocasero/713f83d779c6ba91c3092d9c23cd7265 to your computer and use it in GitHub Desktop.
ReloadData
public func reloadData(_ completion: @escaping () -> Void) {
UIView.animate(withDuration: 0, animations: {
self.reloadData()
}, completion: { _ in
completion()
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment