Protocol: UIScrollViewAccessibilityDelegate

Overview

The UIScrollViewAccessibilityDelegate protocol defines methods you can implement to provide accessibility information for a scrollview.Returns a custom status string for the current offset.

Instance Method Summary (collapse)

Instance Method Details

- (String) accessibilityScrollStatusForScrollView(scrollView)

Returns a custom status string for the current offset. For example, in a user interface that scrolls through the books in a bookcase, you could return “Books 10 through 20”. By default, VoiceOver announces “Page X of Y” while scrolling.

Returns:

  • (String)

    A custom status string for the current offset.