iphone - Help! Adding image to UIViewController Transition! :S -
I currently have several view controllers and changes that have been completed in my app:
ViewController2 * Controller 2 = [[View Controller 2 Alok] initWithNibName: @ "ViewController2" bundle: zero]; Controller 2 Model Transition Style = UModeltransitionstyle Cooperative; [Self-Present Model View Controller: Controller Animated 2: Yes]; [Controller 2 release]; Controller 2 = Zero;
When I was made vertical transition, I really wanted that I want an image of the bubble to travel to the screen with the transition. Is there any way to add an image to these changes? If not, I would like to know how to make the effect as I have seen it in the app before.
Thanks in advance,
Adam
to a UIImageView The size of the viewing must be added in an easy way to be animated, in which your bubble image is set as the subview of that scene. Then you can remove it in viewDidUnload or where appropriate in your code.
Comments
Post a Comment