Class UIAccessibilityTraits

    • Constructor Detail

      • UIAccessibilityTraits

        public UIAccessibilityTraits​(long value)
    • Method Detail

      • NoneValue

        protected static long NoneValue()
      • ButtonValue

        protected static long ButtonValue()
      • LinkValue

        protected static long LinkValue()
      • HeaderValue

        protected static long HeaderValue()
        Since:
        Available in iOS 6.0 and later.
      • SearchFieldValue

        protected static long SearchFieldValue()
      • ImageValue

        protected static long ImageValue()
      • SelectedValue

        protected static long SelectedValue()
      • PlaysSoundValue

        protected static long PlaysSoundValue()
      • KeyboardKeyValue

        protected static long KeyboardKeyValue()
      • StaticTextValue

        protected static long StaticTextValue()
      • SummaryElementValue

        protected static long SummaryElementValue()
      • NotEnabledValue

        protected static long NotEnabledValue()
      • UpdatesFrequentlyValue

        protected static long UpdatesFrequentlyValue()
      • StartsMediaSessionValue

        protected static long StartsMediaSessionValue()
        Since:
        Available in iOS 4.0 and later.
      • AdjustableValue

        protected static long AdjustableValue()
        Since:
        Available in iOS 4.0 and later.
      • AllowsDirectInteractionValue

        protected static long AllowsDirectInteractionValue()
        Since:
        Available in iOS 5.0 and later.
      • CausesPageTurnValue

        protected static long CausesPageTurnValue()
        Since:
        Available in iOS 5.0 and later.
      • TabBarValue

        protected static long TabBarValue()
        Since:
        Available in iOS 10.0 and later.