Re: Modal event processing
Re: Modal event processing
- Subject: Re: Modal event processing
- From: "Richard Altenburg (Brainchild)" <email@hidden>
- Date: Fri, 06 Jul 2012 16:22:11 +0200
In a situation similar to yours, I ended up replacing the NSTimer with an NSAnimation. The animation I was doing was way faster after this tiny change, plus the user interface was not blocked at all. I refresh my animation 30 times per second now without any negative effect for the user. I think it is worth a try in your case before you rethink your application.
[[[Brainchild alloc] initWithName:@"Richard Altenburg"] saysBestRegards];
Op 6 jul. 2012, om 15:38 heeft Charlie Dickman het volgende geschreven:
> I'll have to re-architect the app.
_______________________________________________
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