I'm using an UIScrollView
with CATiledLayer
, with the default fadeDuration
(no override).
When the tiled layer gets refreshed, apparently for some reason the last tile never fades in completely. I can actually see the tile with about 0.1 of transparency on the screen.
As soon as I scroll the scroll view even a little bit, the tile "refreshes" and it's all back to normal.
I've tested it on both the iPhone and iPad. Anyone else experienced this?