The following code animates the movement, even though I didn\'t use beginAnimations:context. How do I get it to move without animating? This is a new iphone vi
beginAnimations:context
More simplest way:
sublayer.position = [[touches anyObject] locationInView:self.view]; [sublayer removeAnimationForKey:@"position"];
sublayer.position = [[touches anyObject] locationInView:self.view];
[sublayer removeAnimationForKey:@"position"];