Class UIStoryboardPopoverSegue

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

    @Deprecated
    public class UIStoryboardPopoverSegue
    extends UIStoryboardSegue
    Deprecated.
    Deprecated in iOS 9.0. Access destinationViewController.popoverPresentationController from your segue's performHandler or override of -perform
    Since:
    Available in iOS 5.0 and later.
    • Constructor Detail

      • UIStoryboardPopoverSegue

        protected UIStoryboardPopoverSegue()
        Deprecated.
      • UIStoryboardPopoverSegue

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

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

        public UIStoryboardPopoverSegue​(java.lang.String identifier,
                                        UIViewController source,
                                        UIViewController destination)
        Deprecated.