schedjoules / ios-public-calendars-sdk

MIT License
6 stars 2 forks source link

Title is truncated for some locales #123

Closed gahms closed 4 years ago

gahms commented 4 years ago

You have navigationController.navigationBar.prefersLargeTitles = true and for some locales this will result in a truncated title.

Simulator Screen Shot - iPhone 8 - 2020-02-02 at 14 38 43

gahms commented 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.