dismiss()
Dismisses the current interface controller from the screen.
Declaration
func dismiss()Discussion
Call this method when you want to dismiss an interface controller that you presented modally. Always call this method from your WatchKit extension’s main thread.