I setup a watchOS 2 context menu in the storyboard and it works fine UNITL I use the same page with becomeCurrentPage
:
override func awakeWithContext(context: AnyObject?) {
super.awakeWithContext(context)
setTitle("Activated")
self.becomeCurrentPage()
}
If I go to another page, then return, the context menu then works with force touch. Any suggestions?