Why can’t UIImagePickerController be pushed into navigation stack? Why can’t UIImagePickerController be pushed into navigation stack? ios ios

Why can’t UIImagePickerController be pushed into navigation stack?


Apple does not allow stacking of navigation bars. Since the image picker has its own navigation bar, it cannot be placed in a navigation stack. The result would cause user confusion since there would be two bars, two sets of navigation items, two titles, etc.