Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created April 22, 2018 14:42
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/204b562855a2a14a6bb63744cc3a224b to your computer and use it in GitHub Desktop.
Save malcommac/204b562855a2a14a6bb63744cc3a224b to your computer and use it in GitHub Desktop.
let mrBrown = Contact("Mark","Brown")
let row = Row(model: mrBrown, { _ in
$0.onTap = {
// do something on tap
}
})
// ...
tableManager.add(row: row)
tableManager.reloadData()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment