twitter-archive / twui

A UI framework for Mac based on Core Animation
Other
2.74k stars 268 forks source link

Table view cell drawing not updated correctly. #123

Open brutella opened 12 years ago

brutella commented 12 years ago

In the past I could draw a text inside a table view cell with a different color, depending on the cell state (selected or not) by using a text renderer object.

With the current master branch, this is not possible anymore, since the table view cell drawing is not updated correctly.

Example I've updated the Example project to reproduce the problem here. The text renderer should draw the text in white color if the cell is selected, otherwise the title should be black. The problem is that the title color gets not updated correctly - after deselecting a cell, the title is still white and after selecting the title is still black.

avaidyam commented 12 years ago

Yeah, I see this too. Except with status indicators. Not sure why though.