ios - How to achieve pushViewController animation when using presentViewController -
i need use presentviewcontroller in app -
[self presentviewcontroller:thingcontainer animated:yes completion:nil];
but need animation similar of pushviewcontroller navigation controller. idea how achieve that?
Comments
Post a Comment