Skip to content

Instantly share code, notes, and snippets.

@Bellaposa
Created June 6, 2020 13:29
Show Gist options
  • Save Bellaposa/e421eaabf05f9749b4aa28a41de2ad1d to your computer and use it in GitHub Desktop.
Save Bellaposa/e421eaabf05f9749b4aa28a41de2ad1d to your computer and use it in GitHub Desktop.
CellConfiguratorExample
searchTextField.cellConfigurator = { [weak self] (person, cell) in
cell.textLabel?.text = person.name
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment