Post

Replies

Boosts

Views

Activity

Reply to Multiline Large title
Try this Create a custom UINavigationController Add the protocol UINavigationBarDelegate to the class definition Override the function navigationBar(_:shouldPush:) Activate two lines mode using hidden variable item.setValue(true, forKey: "__largeTitleTwoLineMode") Make navigationController.navigationBar.prefersLargeTitles = true
Topic: UI Frameworks SubTopic: UIKit Tags:
Jan ’22