Questions tagged [wkinterfacemenu]

3 questions
4
votes
1 answer

Is there a way of disabling a WKInterfaceMenu?

I have a WKInterfaceMenu added to the storyboard which is working great. However, once used, I don't want the menu to appear for a second time. Is there a way of preventing the menu from appearing?
svarrall
  • 8,545
  • 2
  • 27
  • 32
0
votes
1 answer

Different menu items for each row on a table

I have a table on a WKInterfaceController. I'd like to have a set of menu items (WKInterfaceMenu) when the user force-touches on some of the rows, and a different set of items for the other rows. Also, I want to make it so that when the user…
Alex
  • 5,009
  • 3
  • 39
  • 73
0
votes
1 answer

WKInterfaceMenu sets model InterfaceController as root InterfaceController

When bringing up a menu from a modal WKInterfaceController presented from the rootController via presentControllerWithName:context:, the modal controller becomes the root controller: <— Modal (see Cancel) <— Menu <— Root? (no Cancel) Is this a…
Patrick Perini
  • 22,555
  • 12
  • 59
  • 88