A set of methods you can implement to provide accessibility information for a scroll view.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- UIKit
Declaration
protocol UIScrollViewAccessibilityDelegate
A set of methods you can implement to provide accessibility information for a scroll view.
SDKs
Framework
protocol UIScrollViewAccessibilityDelegate
func accessibility Scroll Status(for: UIScroll View) -> String?
Returns a string describing the content at the current offset in the scroll view.
func accessibility Attributed Scroll Status(for: UIScroll View) -> NSAttributed String?
Returns an attributed string describing the content at the current offset in the scroll view.
class UIAccessibility Element
Encapsulates information about an item that should be accessible to users with disabilities, but that isn’t accessible by default.
protocol UIPicker View Accessibility Delegate
A set of methods you can implement to provide accessibility information for individual components of a picker view.