---
title: canGoForward
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwebview/cangoforward
---

# canGoForward

A Boolean value indicating whether the receiver can move forward.

## Declaration

```swift
var canGoForward: Bool { get }
```

## Discussion

Discussion If true, able to move forward; otherwise, false .

## See Also

### Moving back and forward

- [canGoBack](uikit/uiwebview/cangoback.md)
- [goBack()](uikit/uiwebview/goback().md)
- [goForward()](uikit/uiwebview/goforward().md)
