I am having an issue where I set the background color of a the cell based on some state information which works fine as long as the cell never goes off screen. Once there is a need to reload the cell I can't seem to set the color again.
What I have tried: - I have tried creating a new cell every time and setting the color in the GetCell method of the TableSource based on the state information which doesn't work
- I have tried having a unique reuse identifier for every cell so it doesn't get recreated and I still end up with a white color.
Any thoughts on other things I should try?