Hiding CATiledLayer tile creation
Since in iOS5 Apple tacitly changed the tileSize limit to 1024. This limit introduced a visual problem to mine CATiledLayer
in scrollview
. On devices with a larger screen size than the iPhone 5, you may see 2 (iPhone 5) or 4 (iPad) tiles when assembling the screen. While technically okay, I think the user shouldn't see this process and should be presented with a fully inline layer.
I have already turned off the fade duration, but the tiles are visible.
Problem. Unable to know when CATiledLayer
drawing finished (threads, caching).
Any ideas on how this problem can be sorted out?
+3
source to share