- Using pushNavigationItem after using pushViewController
- [self.navigationController.navigationBar pushNavigationItem:newTitle animated:YES];
- [self.navigationController pushViewController:fullPreview animated:YES]
- *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Cannot call pushNavigationItem:animated: directly on a UINavigationBar managed by a controller.'