flip an image to display more info

You must Login before you can answer or comment on any questions.

I am wondering if anyone has managed to do the following.

I have an image which is shown in view and I want it so when the image is click to rotate the image and show details of the image on the back.

I am not sure if this is posable but any advice would be greatly appreciated.

1 Answer

Accepted Answer

window.animate({
    duration : 500,
    view : the_new_view, // this is the view to flip into...
    transition : Ti.UI.iPhone.AnimationStyle.FLIP_FROM_LEFT
});

Your Answer

Think you can help? Login to answer this question!