Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the difference between cellUpdate and cellSetup? #2227

Closed
Maxcucurbit opened this issue Aug 8, 2022 · 1 comment
Closed

What is the difference between cellUpdate and cellSetup? #2227

Maxcucurbit opened this issue Aug 8, 2022 · 1 comment

Comments

@Maxcucurbit
Copy link

What is the difference between cellUpdate and cellSetup? Why is it invalid to set cell.textLabel.textColor in cellSetup, but it works in cellUpdate.

@mats-claassen
Copy link
Member

cellSetup is run once, after creating the cell. Some attributes like textColor might be reset after that for example to show highlighted status.

cellUpdate is called each time the cell is updated (aka tableView(cellForRowAt: indexpath) method)

You can see this in the README

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants