Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created April 22, 2018 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malcommac/010b982db85a31b0fe1e41caf75b521b to your computer and use it in GitHub Desktop.
Save malcommac/010b982db85a31b0fe1e41caf75b521b to your computer and use it in GitHub Desktop.
self.tableDirector?.reload(after: {
$0.add(models: someOtherItems)
$0.remove(section: 0)
$0.lastSection()?.move(modelAt: 0, to: 3)
return TableReloadAnimations.default()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment