How do you return draggable content to their original positions in iPhone dev?
Posted
by Matt Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Matt Thomas
Published on 2010-06-13T09:04:18Z
Indexed on
2010/06/13
9:12 UTC
Read the original article
Hit count: 190
I am wanting to create a button in my iPhone app that when touched will return other draggable elements to their original position. I have looked at the Apple "MoveMe' example, but that returns the button to the center of the screen. I want to be able to position draggable objects around the screen, drag the objects within the app, and then return them to their original starting positions by pressing a designated button.
Any help appreciated!
© Stack Overflow or respective owner