Pushing a navigation controller is not supported

Like rmaddy said in the comments you are trying to push a navigation controller.

Navigation controllers should be presented (via presentViewController or they can be added as a childViewController) and ViewControllers should be pushed.

Leave a Comment