flipping between view controllers views
I have 3 view controllers. Main view (controller1's view) is displayed first. Based on button selection the 2nd view (controller2's view) is displayed. There are several buttons and a home button on this view. Selecting those will display 3rd view (controller3's view) with animation.Selecting home button will display the main view(controller1' view). The issue I have is when I press buttons on controller2's view to display controller3's view, during animation I see the controller1's view in the background. How can I get rid of that?
|