Class UIPopoverController

  • All Implemented Interfaces:
    NSObjectProtocol, UIAppearanceContainer, org.robovm.objc.ObjCProtocol

    @Deprecated
    public class UIPopoverController
    extends NSObject
    implements UIAppearanceContainer
    Deprecated.
    Deprecated in iOS 9.0. UIPopoverController is deprecated. Popovers are now implemented as UIViewController presentations. Use a modal presentation style of UIModalPresentationPopover and UIPopoverPresentationController.
    Since:
    Available in iOS 3.2 and later.
    • Constructor Detail

      • UIPopoverController

        public UIPopoverController()
        Deprecated.
      • UIPopoverController

        protected UIPopoverController​(NSObject.Handle h,
                                      long handle)
        Deprecated.
      • UIPopoverController

        protected UIPopoverController​(NSObject.SkipInit skipInit)
        Deprecated.
      • UIPopoverController

        public UIPopoverController​(UIViewController viewController)
        Deprecated.
    • Method Detail

      • getContentViewController

        public UIViewController getContentViewController()
        Deprecated.
      • setContentViewController

        public void setContentViewController​(UIViewController v)
        Deprecated.
      • getPopoverContentSize

        public CGSize getPopoverContentSize()
        Deprecated.
      • setPopoverContentSize

        public void setPopoverContentSize​(CGSize v)
        Deprecated.
      • isPopoverVisible

        public boolean isPopoverVisible()
        Deprecated.
      • getPassthroughViews

        public NSArray<UIView> getPassthroughViews()
        Deprecated.
      • setPassthroughViews

        public void setPassthroughViews​(NSArray<UIView> v)
        Deprecated.
      • getBackgroundColor

        public UIColor getBackgroundColor()
        Deprecated.
        Since:
        Available in iOS 7.0 and later.
      • setBackgroundColor

        public void setBackgroundColor​(UIColor v)
        Deprecated.
        Since:
        Available in iOS 7.0 and later.
      • getPopoverLayoutMargins

        public UIEdgeInsets getPopoverLayoutMargins()
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • setPopoverLayoutMargins

        public void setPopoverLayoutMargins​(UIEdgeInsets v)
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • getPopoverBackgroundViewClass

        public java.lang.Class<? extends UIPopoverBackgroundView> getPopoverBackgroundViewClass()
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • setPopoverBackgroundViewClass

        public void setPopoverBackgroundViewClass​(java.lang.Class<? extends UIPopoverBackgroundView> v)
        Deprecated.
        Since:
        Available in iOS 5.0 and later.
      • setContentViewController

        public void setContentViewController​(UIViewController viewController,
                                             boolean animated)
        Deprecated.
      • setPopoverContentSize

        public void setPopoverContentSize​(CGSize size,
                                          boolean animated)
        Deprecated.
      • dismiss

        public void dismiss​(boolean animated)
        Deprecated.