Hi guys,
I'm trying to create a pull out flap for this app I'm working on. I have a larger image offscreen, and just the edge of it is viewable when you open the app. Tapping it causes the image to animate over so you can see the entire object, make a selection, etc. Basically like a tab. Here is my question: How can I make it so that tapping the image again shifts it back to its original position?
I'm new to xcode so I'm not sure if this is possible but I was hoping I could put an "if" statement into the action, so i could just say "if image is in (this location), do this" and "if image is in (this other location) do this."
Any ideas? is this possible?
Thanks!!
I'm trying to create a pull out flap for this app I'm working on. I have a larger image offscreen, and just the edge of it is viewable when you open the app. Tapping it causes the image to animate over so you can see the entire object, make a selection, etc. Basically like a tab. Here is my question: How can I make it so that tapping the image again shifts it back to its original position?
I'm new to xcode so I'm not sure if this is possible but I was hoping I could put an "if" statement into the action, so i could just say "if image is in (this location), do this" and "if image is in (this other location) do this."
Any ideas? is this possible?
Thanks!!