Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Navigation back button menus
Just want to share my attempt which also had no luck navigationController?.navigationBar.topItem?.backBarButtonItem = UIBarButtonItem(title: "Back", image: nil, primaryAction: action, menu: menu) This successfully changes the title (navigationItem?.backBarButtonItem does not) but my custom action and menu are ignored- the primaryAction is still to pop and the menu still shows the navigation stack.
Jul ’20