iOS SDK UIScrollView - UIScrollIndicator flash

[self performSelector:@selector(flashScrollIndicators:) withObject:_scrollView afterDelay:0.5];

#pragma mark - UIScrollIndicator flash handling method
- (void)flashScrollIndicators:(id)sender
{
    UITextView *textView = (UITextView *)sender;
    [textView flashScrollIndicators];
}


Learn More :