I have been using a UIView in my navigationBar as the titleView up to Xcode 8 iOS 10. The view was added in storyboard. In that UIView I have a label representing the title and underneath it a segmented control. This has worked fine up until iOS 11. Now I can no longer interact with the segmented control and the positioning is shifting up so that the title and half of the segmented control is off screen. I was using an empty space for the prompt field of the navigationBar to get the extra height.
Is there a way of adding a title and segmentedControl underneath it to a navigationBar without creating a custom navigationBar? I don't want to create a custom navigationBar because I want to keep the translucency properties of the default navigationBar.
At the moment here is what I see after running Xcode 9 iOS 11: