WatchOS Is it possible to programmatically dismiss a detail screen segue from a vertical page navigation

Greetings,
anyone know the answer to this question? Need to switch segue when going to my app from a complication for item x and need to bring up the detail screen for x. First I'd need to detect if I'm currently in a segue, and if so then I need to pop out if it's not the detail screen segue for item x. This would be for the case where complications are active for more than one item are active on the watch face simultaneously.

Thanks!
Answered by sal_from_new_york in 639535022
It appears that if I'm in the detail screen that I wish to unwind or pop from, all that has to be done is self.pop() or self.popToRootController().

I was looking for a method with the word "segue" in it, which is why I never found it. Thanks
Accepted Answer
It appears that if I'm in the detail screen that I wish to unwind or pop from, all that has to be done is self.pop() or self.popToRootController().

I was looking for a method with the word "segue" in it, which is why I never found it. Thanks
WatchOS Is it possible to programmatically dismiss a detail screen segue from a vertical page navigation
 
 
Q