The documentation for UINavigationItem\'s titleView
property says:
\"This property is ignored if
leftBarButtonItem
is not ni
Check the documentation for property leftBarButtonItems, it says:
If there is not enough room to display all of the items in the array, those that would overlap the title view (if present) or the buttons on the right side of the bar are not displayed.
So, what's said for titleView
is probably incorrect.