were testing our app with iOS5 Beta 3, basically it shows PDF's. Were using the CATiledLayer Method (tileSize 2048,2048) to manage that. In iOS 4.x it renders the whole page at the same time, in the iOS 5 Beta its different? Instead of doing it at once, it starts rendering it in 4-5 blocks which appear one after one.
Did Apple changed anything with CATiledLayer/tileSize? Maybe they set maximum limit for the tileSize?
It would be great if you guys have any idea!
Cheers Daniel