14

As title, is there a way to split long large titles in UINavigationBar?

I tried all those methods, working for iOS 11 but none of them seem work to me on iOS 13

How to set multi line Large title in navigation bar? ( New feature of iOS 11)

JohnnyParafango
  • 316
  • 2
  • 11

1 Answers1

0

You can do it by adding a custom view (UILabel) to your title as answered here.