---
title: flashScrollIndicators()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uiscrollview/flashscrollindicators()
---

# flashScrollIndicators()

Displays the scroll indicators momentarily.

## Declaration

```swift
func flashScrollIndicators()
```

## Discussion

Discussion You should call this method whenever you bring the scroll view to front.

## See Also

### Managing the scroll indicator and refresh control

- [indicatorStyle](uikit/uiscrollview/indicatorstyle-swift.property.md)
- [UIScrollView.IndicatorStyle](uikit/uiscrollview/indicatorstyle-swift.enum.md)
- [showsHorizontalScrollIndicator](uikit/uiscrollview/showshorizontalscrollindicator.md)
- [showsVerticalScrollIndicator](uikit/uiscrollview/showsverticalscrollindicator.md)
- [horizontalScrollIndicatorInsets](uikit/uiscrollview/horizontalscrollindicatorinsets.md)
- [verticalScrollIndicatorInsets](uikit/uiscrollview/verticalscrollindicatorinsets.md)
- [automaticallyAdjustsScrollIndicatorInsets](uikit/uiscrollview/automaticallyadjustsscrollindicatorinsets.md)
- [withScrollIndicatorsShown(forContentOffsetChanges:)](uikit/uiscrollview/withscrollindicatorsshown(forcontentoffsetchanges:).md)
- [refreshControl](uikit/uiscrollview/refreshcontrol.md)
- [UIRefreshControl](uikit/uirefreshcontrol.md)
