I need to use presentViewController in my app -
[self presentViewController:thingContainer animated:YES completion:nil];
But I need the animation to be similar to that of pushViewController to the navigation controller. Any idea how to achieve that?