---
title: canGoBack
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiwebview/cangoback
---

# canGoBack

A Boolean value indicating whether the receiver can move backward.

## Declaration

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

## Discussion

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

## See Also

### Moving back and forward

- [canGoForward](uikit/uiwebview/cangoforward.md)
- [goBack()](uikit/uiwebview/goback().md)
- [goForward()](uikit/uiwebview/goforward().md)
