Pops the current interface controller from the screen.
SDKs
- iOS 8.2+
- watchOS 2.0+
Framework
- Watch
Kit
Declaration
func pop()
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.