---
title: UIWebView.NavigationType.reload
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiwebview/navigationtype/reload
---

# UIWebView.NavigationType.reload

User tapped the reload button.

## Declaration

```swift
case reload
```

## See Also

### Constants

- [UIWebView.NavigationType.linkClicked](uikit/uiwebview/navigationtype/linkclicked.md)
- [UIWebView.NavigationType.formSubmitted](uikit/uiwebview/navigationtype/formsubmitted.md)
- [UIWebView.NavigationType.backForward](uikit/uiwebview/navigationtype/backforward.md)
- [UIWebView.NavigationType.formResubmitted](uikit/uiwebview/navigationtype/formresubmitted.md)
- [UIWebView.NavigationType.other](uikit/uiwebview/navigationtype/other.md)
