Created
June 6, 2020 13:29
-
-
Save Bellaposa/e421eaabf05f9749b4aa28a41de2ad1d to your computer and use it in GitHub Desktop.
CellConfiguratorExample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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