Is it possible to show pushviewcontroller animation look like presentModalViewController but that has background functionality of pushviewcontroller?
Regards, sathish
|
Is it possible to show pushviewcontroller animation look like presentModalViewController but that has background functionality of pushviewcontroller? Regards, sathish
| |||
|
feedback
|
|
Try this :
| |||
|
feedback
|
|
If you want to a fade animation, this approach works.
| ||||
|
feedback
|
|
You should consider doing something like:
where OFF_SCREEN is some CGRect below the screen, like (0, 481, 320, 480). Then use an animation block to adjust the viewcontroller's view's frame.origin to be (0, 0). You would probably want to do the animate block in viewDidLoad or viewDidAppear. | |||
|
feedback
|