Developer
Developer

Reputation: 1019

how to drag in the animation in iphone application?

Iphone application is using the static co-ordinates to reach at some points in the application,which is based on the button event. But what i want is when i drag the item than it should reach at some point where i drop it and again from the drop point it should move to the other point.

can anybody guide me what is the method available in the iphone animation part which can serve my pupose.?

please provide any method code snippet for Drag the item or any useful link,which would be appreciated.

Thanks,

Mishal shah.

Upvotes: 0

Views: 492

Answers (1)

Vladimir
Vladimir

Reputation: 170829

Have a look at Apple's MoveMe sample - it shows how to drag the objects.

Upvotes: 2

Related Questions