tags:

views:

156

answers:

1

Hello,

In my IPhone application, I have two buttons with background image set.

At any time one button is active an the other one is inactive.

I want to display the two buttons in 3d style such that the active image is in front and the other on is at the back but visible.

When the user clicks the inactive button, it should come to the front and the the other one should go back, with both the buttons rotating like 3d effect.

Can anyone suggest an idea?

A: 

Start by studying the Core Animation Programming Guide, with particular interest in the example code given for an animated menu.

Rob Napier