if someone have Instagram on his iPhone try to tap on the raised center button in the tabbar, the button for posting new images.
It seems to present a modal view controller without animation, right?
The view controller is an UIImagePickerController with a camera overlay? I ask this because if you try to take a photo and click OKAY, you'll can see the next controller within a UINavigationController
. In this way you can go back and retake the photo or go forward and posting it.
How this is possible? How can I present a navigation controller with an UIImagePickerController
and push others view controller after the picker?