becomeCurrentPage()
Displays the interface controller in the page-based interface.
Declaration
func becomeCurrentPage()Mentioned in
Discussion
Use this method to make the current interface controller become the current page of a page-based interface. The current interface controller must be installed in the page-based interface. After calling this method, WatchKit animates the interface controller into view.
Always call this method from your WatchKit extension’s main thread.