Class UIStoryboardPopoverSegue

All Implemented Interfaces:
NSObjectProtocol, 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
  • Constructor Details

    • UIStoryboardPopoverSegue

      protected UIStoryboardPopoverSegue()
      Deprecated.
    • UIStoryboardPopoverSegue

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

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

      public UIStoryboardPopoverSegue​(String identifier, UIViewController source, UIViewController destination)
      Deprecated.
  • Method Details