Vertical animation viewcontroller
Hi
I'm trying to perform Vertical animation using viewcontroller
I know there is a horizontal animation using:
[self.navigationController pushViewController:self.animalView animated:YES]
But I can not find how to perform vertical animation (the new view will be animated from the bottom side of the iphone and slid up)
This behavior can be found in Contacts application when you press "add" new contact
Please advise
|