xcode6contextmenuwatchkitapple-watchwkinterfacetable

WatchKit context menu, how to tell which row it was for?


I have a WKInterfaceTable in my interface controller and have added a Context Menu to the controller. On tap holding a specific row, the row depresses and displays the context menu. How do I know what row the menu is for?


Solution

  • The context menu is for the entire view, it has no concept of where you tapped.