Questions tagged [uimenubuilder]

2 questions
9
votes
2 answers

buildMenu is called in AppDelegate but not UIViewController

I'm attempting to create a custom menu for each view in my app, however it appears buildMenu is not being called in View Controllers. Here's an example: In my AppDelegate, this code is used, which works 100% as expected. override func buildMenu(with…
Dave
  • 91
  • 1
  • 3
0
votes
1 answer

UIMenuBuilder not called (Catalyst)

I have an iOS app (create feb 2019) which is now also available for MacOS by using Mac Catalyst. The app works fine. I added menu functionality to the File menu with override func validate(_ command: UICommand) { } Now I want to remove the Help…