I have some views that show up in a navigation controller. Two of these views have a longer title for the navigation bar.
The problem is that when the title is too
you need to customize the navigation bar title view with uilabel and provide adjust font size..
[self.navigationItem setTitleView:<"Include any UI View subclass">];