Nothing. According to the documentation, contextForSegueWithIdentifier is only called in the Push Segue. I needed to use
- (void)table:(WKInterfaceTable *)table didSelectRowAtIndex:(NSInteger)rowIndex
tableview method to call
-(void)presentControllerWithNames:(NSArray *)names contexts:(NSArray *)contexts
Misha source
share