How can i flash/blink the scroll indicators in an UIScrollView for a discrete moment?
showsHorizontalScrollIndicator. A Boolean value that controls whether the horizontal scroll indicator is visible.
The scroll view displays its content within the scrollable content region. As the user performs platform-appropriate scroll gestures, the scroll view adjusts what portion of the underlying content is visible. ScrollView can scroll horizontally, vertically, or both, but does not provide zooming functionality.
Use this method in UIScrollView:
- (void)flashScrollIndicators
Swift 5
scrollView.flashScrollIndicators()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With