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
Reply to Using universal image asset together with vision I am getting an warning
The warning is displayed when building for iOS
Replies
Boosts
Views
Activity
Aug ’24
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:
Replies
Boosts
Views
Activity
Jan ’22