I have a UINavigationController
that is set with prefersLargeTitles = true
I would like to set the title so that rather than
Discogs | Search Box
it reads
Discogs | Search Box
I cannot see how to set the text via attributed text however.
Is this possible? I am building my view programmatically.
I see a navigationController?.navigationBar.largeTitleTextAttributes
property but as that only accepts key/value pairs I do not believe this can be used to apply this effect.