I have an interface with 2 buttons, both of them call the same interface but with different information. On the traditional interface I use prepareForSegue, but I don\'t kno
In WatchKit, you can use this for calling WKInterfaceController:
[self pushControllerWithName:@"YourControlName" context:[self contextForSegueWithIdentifier:@"YourControlName"]];