In some app I liked the title with two different lines of text:
How can I do this?
So far I used self.title = "My Title"
.
I know about Prompt, but it is not that.
In some app I liked the title with two different lines of text:
How can I do this?
So far I used self.title = "My Title"
.
I know about Prompt, but it is not that.
It cannot be done automatically through the Storyboard. Just create apriopriate titleView
as an UIView
and then assign it to titleView property.
navigationItem.titleView = titleView