---
title: isProgressVisible
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipagecontrolprogress/isprogressvisible
---

# isProgressVisible

Returns YES if the progress indicator is visible. The progress indicator is hidden when the user is actively interacting with the UIPageControl.

## Declaration

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