> Right, so what you actually want to do is change how you’re messaging the > main thread. Use something like > -performSelectorOnMainThread:withObject:waitUntilDone:modes: so you can > specify NSDefaultRunLoopMode and NSScrollEventCoallescing.
NSScrollEventCoallescing is a private run loop mode so I'd avoid using it since the Cocoa machinery is completely within its rights to assume that no outside sources/timers/observers fire in that mode. (Just wanted to mention it since I've been bitten by related issues before.) _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com