Accessibility

public enum Accessibility

Accessibility Traits

  • Constants that describe how an accessibility element behaves. Set these traits to tell an assistive app how an accessibility element behaves or how to treat it. See UIAccessibilityTraits for further information.

    See more

    Declaration

    Swift

    public enum Trait
    extension Accessibility.Trait: Hashable, Equatable

Custom Actions

  • Used to provide additional functionality to assistive technologies beyond your accessible UI.

    See more

    Declaration

    Swift

    public struct CustomAction : Equatable, Hashable

Custom Content