Post

Replies

Boosts

Views

Activity

Reply to UIBarButtonItem Long Press Menu
Looking through the headers in the iOS 14 SDK, it appears that a property has been added to UINavigationItem: backButtonDisplayMode. One of the enumeration values available is UINavigationItemBackButtonDisplayModeMinimal (.minimal, in Swift). According to the comment in the header:     /// Don't use a title, just the back button indicator image. So it appears there is a way to have the "Back" item appear with no text, but also use the normal methods for providing a meaningful title for purposes of the menu.
Aug ’20