In my navigation bar i have two button at left and right position and a segmentetControll view at navigation title.
I have a normal UINavigationController with a UIViewController contained in it, when my view controller has a prompt applied to it (via a UINavigationItem.prompt = @\"some prompt\"), the prompt is ani
In the root table view controller I add a subview that holds an image: [self.navigationController.navigationBar addSubview:imageView];