Contents

pop()

Pops the current interface controller from the screen.

Declaration

func pop()

Mentioned in

Discussion

After pushing an interface controller onto the screen, use this method to remove it and display the previous interface controller again. The system animates the transition back to the previous interface controller asynchronously.

Always call this method from your WatchKit extension’s main thread.

See Also

Implementing a navigation interface