Skip to content

Instantly share code, notes, and snippets.

@malcommac
Created April 22, 2018 14:45
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/9d4d8254cf5070f403b2b7fea94399c7 to your computer and use it in GitHub Desktop.
Save malcommac/9d4d8254cf5070f403b2b7fea94399c7 to your computer and use it in GitHub Desktop.
contactsAdapter.on.dequeue { ctx in
ctx.cell?.fullNameLabel.text = (ctx.model.firstName + " " + ctx.model.lastName)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment