Posts

Post not yet marked as solved
4 Replies
0 Views
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