[TIMOB-539] Text anti-aliasing on tableView labels after scrolling back on to the screen
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:26.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.3.0 |
Components | iOS |
Labels | defect, ios, iphone, label, tableview, text |
Reporter | kosso |
Assignee | Blain Hamon |
Created | 2011-04-15T02:31:24.000+0000 |
Updated | 2011-04-17T01:53:26.000+0000 |
Description
Hi,
I've seen this happen a few times. When I load at the vertical layout demo in KS (on indeed my own app which uses this layout) the text labels are nice and crisp.
If I then scroll the rows up out of view - and then back in to view, the text is slightly blurred. (Called anti-aliasing)
I have a feeling this is happening when the row is repainted as it comes back in to view and the calculations for the rowheight might be float values, instead of integers (as we use when we set positions for our labels - in whole numbers)
The reason I think it's this, is that this used to happen a lot with Flash development - especially with certain types of text. We had to make sure the positioning of the text was exactly 'on the pixel'.
Probably this could be easily fixed (by Blain?) in TiUITableViewRowProxy.m ?? :)
Attachments
File | Date | Size |
---|---|---|
blurring.jpg | 2011-04-15T02:31:24.000+0000 | 213277 |
tableview_blurringjs.zip | 2011-04-15T02:31:24.000+0000 | 3887 |