Package apple.uikit

Class UIPopoverPresentationController

    • Constructor Detail

      • UIPopoverPresentationController

        protected UIPopoverPresentationController​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()
      • arrowDirection

        public long arrowDirection()
        Returns the direction the arrow is pointing on a presented popover. Before presentation, this returns UIPopoverArrowDirectionUnknown.
      • backgroundColor

        public UIColor backgroundColor()
        Set popover background color. Set to nil to use default background color. Default is nil.
      • canOverlapSourceViewRect

        public boolean canOverlapSourceViewRect()
        By default, a popover is not allowed to overlap its source view rect. When this is set to YES, popovers with more content than available space are allowed to overlap the source view rect in order to accommodate the content.
      • passthroughViews

        public NSArray<? extends UIView> passthroughViews()
        By default, a popover disallows interaction with any view outside of the popover while the popover is presented. This property allows the specification of an array of UIView instances which the user is allowed to interact with while the popover is up.
      • permittedArrowDirections

        public long permittedArrowDirections()
      • popoverBackgroundViewClass

        public UIPopoverBackgroundViewMethods popoverBackgroundViewClass()
        Clients may customize the popover background chrome by providing a class which subclasses `UIPopoverBackgroundView` and which implements the required instance and class methods on that class.
      • popoverLayoutMargins

        public UIEdgeInsets popoverLayoutMargins()
        Clients may wish to change the available area for popover display. The default implementation of this method always returns a system defined inset from the edges of the display, and presentation of popovers always accounts for the status bar. The rectangle being inset is always expressed in terms of the current device orientation; (0, 0) is always in the upper-left of the device. This may require insets to change on device rotation.
      • setBackgroundColor

        public void setBackgroundColor​(UIColor value)
        Set popover background color. Set to nil to use default background color. Default is nil.
      • setBarButtonItem

        public void setBarButtonItem​(UIBarButtonItem value)
      • setCanOverlapSourceViewRect

        public void setCanOverlapSourceViewRect​(boolean value)
        By default, a popover is not allowed to overlap its source view rect. When this is set to YES, popovers with more content than available space are allowed to overlap the source view rect in order to accommodate the content.
      • setPassthroughViews

        public void setPassthroughViews​(NSArray<? extends UIView> value)
        By default, a popover disallows interaction with any view outside of the popover while the popover is presented. This property allows the specification of an array of UIView instances which the user is allowed to interact with while the popover is up.
      • setPermittedArrowDirections

        public void setPermittedArrowDirections​(long value)
      • setPopoverBackgroundViewClass

        public void setPopoverBackgroundViewClass​(UIPopoverBackgroundViewMethods value)
        Clients may customize the popover background chrome by providing a class which subclasses `UIPopoverBackgroundView` and which implements the required instance and class methods on that class.
      • setPopoverLayoutMargins

        public void setPopoverLayoutMargins​(UIEdgeInsets value)
        Clients may wish to change the available area for popover display. The default implementation of this method always returns a system defined inset from the edges of the display, and presentation of popovers always accounts for the status bar. The rectangle being inset is always expressed in terms of the current device orientation; (0, 0) is always in the upper-left of the device. This may require insets to change on device rotation.
      • setSourceRect

        public void setSourceRect​(CGRect value)
        The rectangle in the coordinate space of sourceView that the popover should point at. This property is ignored if a barButtonItem is set. Starting in iOS 13.2, a value of CGRectNull will cause the popover to point at the current frame of sourceView and automatically update when the size of sourceView changes. Prior to iOS 13.2, a null rectangle was not supported. The default value in iOS 13.2 is CGRectNull. Prior to iOS 13.2, the default value was CGRectZero.
      • setSourceView

        public void setSourceView​(UIView value)
      • sourceRect

        public CGRect sourceRect()
        The rectangle in the coordinate space of sourceView that the popover should point at. This property is ignored if a barButtonItem is set. Starting in iOS 13.2, a value of CGRectNull will cause the popover to point at the current frame of sourceView and automatically update when the size of sourceView changes. Prior to iOS 13.2, a null rectangle was not supported. The default value in iOS 13.2 is CGRectNull. Prior to iOS 13.2, the default value was CGRectZero.
      • sourceView

        public UIView sourceView()