Closed gahms closed 4 years ago
If using largeTitle = false it seems to be ok for the locales I have tested.
If large titles are wanted, as far as I can see from StackOverflow the commonly suggested solution involves to set a custom navigationItem.titleView to a UILabel.
You have
navigationController.navigationBar.prefersLargeTitles = true
and for some locales this will result in a truncated title.