Class UIFocusGuide

    • Constructor Detail

      • UIFocusGuide

        public UIFocusGuide()
      • UIFocusGuide

        protected UIFocusGuide​(NSObject.Handle h,
                               long handle)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean v)
      • getPreferredFocusEnvironments

        public java.util.List<UIFocusEnvironment> getPreferredFocusEnvironments()
        Since:
        Available in iOS 10.0 and later.
      • setPreferredFocusEnvironments

        public void setPreferredFocusEnvironments​(java.util.List<UIFocusEnvironment> v)
        Since:
        Available in iOS 10.0 and later.
      • getPreferredFocusedView

        @Deprecated
        public UIView getPreferredFocusedView()
        Deprecated.
        Deprecated in iOS 10.0. Use -preferredFocusEnvironments instead.
        Since:
        Available in iOS 9.0 and later.
      • setPreferredFocusedView

        @Deprecated
        public void setPreferredFocusedView​(UIView v)
        Deprecated.
        Deprecated in iOS 10.0. Use -preferredFocusEnvironments instead.
        Since:
        Available in iOS 9.0 and later.