Re: force rendering of views off screen
Re: force rendering of views off screen
- Subject: Re: force rendering of views off screen
- From: David Duncan <email@hidden>
- Date: Thu, 24 Jun 2010 11:19:43 -0700
On Jun 24, 2010, at 8:59 AM, Martin Glaß wrote:
> sorry, CATiledLayer actually improves performance. the downside is,
> the tiles need time to be drawn and are faded in using an animation of
> 0.25 seconds.
> so, if there are 6 tiles to be drawn you end up seeing iOS building
> the "mosaic" in a total of 1.5 seconds.
The fade time is not synchronous with the content generation. If you generate content fast, it could all fade in in 0.25s. If it is taking longer, it is due to the rendering time of that content, but unless your rendering time is 0.25s it is unlikely that you will take exactly 1.5s for all of it to display :).
--
David Duncan
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden