"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Pushing VideoPlaybackViewController doesn't give me Nav controllers

I'm placing a VideoPlaybackViewController within my existing application, using a Push segue to add it to my NavigationController.

However, I don't get any controls. Normally if you Push a view like this, you will get a title bar at the top of the screen with a back button that takes you back out to the last view.

But when I push the VideoPlaybackViewController, none of that happens. I get just the camera view.

I see a setViewcontroller call, but when you're using a segue you don't normally get get call code.

Suggestions?