Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I override Apple Watch back button to pop to root controller

Im trying to push multiple WKInterfaceControllers

Route: A -> B -> C -> D

I want the controller D to have a back button of A.

How do I override the top left back button of the watch so I can go back to the root controller?

I dont know how to access the button or override the method. All I know is that the code below pops back to the root.

self.popToRootController();
like image 497
John Pollard Avatar asked Jan 13 '15 20:01

John Pollard


1 Answers

From everyone I have spoken to, this is not possible at this time.

like image 112
John Pollard Avatar answered Oct 13 '22 20:10

John Pollard