---
title: becomeCurrentPage()
framework: watchkit
role: symbol
role_heading: Instance Method
path: watchkit/wkinterfacecontroller/becomecurrentpage()
---

# becomeCurrentPage()

Displays the interface controller in the page-based interface.

## Declaration

```swift
func becomeCurrentPage()
```

## Mentioned in

Navigating Between Scenes

## Discussion

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.

## See Also

### Navigating a page-based interface

- [reloadRootPageControllers(withNames:contexts:orientation:pageIndex:)](watchkit/wkinterfacecontroller/reloadrootpagecontrollers(withnames:contexts:orientation:pageindex:).md)
- [WKPageOrientation](watchkit/wkpageorientation.md)
- [reloadRootControllers(withNamesAndContexts:)](watchkit/wkinterfacecontroller/reloadrootcontrollers(withnamesandcontexts:).md)
