Thanks, Julius! Now there's no response lag at all! - Carl
On Oct 3, 2013, at 1:11 PM, Julius Oklamcak <[email protected]> wrote: >> CGPoint apoint=[[touches anyObject] locationInView:[self view]]; >> [layer setPosition:apoint]; > > You need to disable implicit CALayer animation(s): > > [CATransaction begin]; > [CATransaction setDisableActions:YES]; > [layer setPosition:apoint]; > [CATransaction commit]; > _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
