Re: Synchronizing iOS redraw
Re: Synchronizing iOS redraw
- Subject: Re: Synchronizing iOS redraw
- From: vincent habchi <email@hidden>
- Date: Mon, 8 Nov 2010 07:34:19 +0100
Le 8 nov. 2010 à 06:04, Rick Mann <email@hidden> a écrit :
> I have a need to synchronize the actual display update of a UIView hierarchy with real time. In my case, I update the display once per second, and I want the display to update *on* the second.
Maybe you could set a timer to fire every second, and within the timer method call -[CALayer display] followed by -[CATransaction commit]?
Vincent
_______________________________________________
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