Class UIStoryboardSegue

    • Constructor Detail

      • UIStoryboardSegue

        protected UIStoryboardSegue()
      • UIStoryboardSegue

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

        public UIStoryboardSegue​(java.lang.String identifier,
                                 UIViewController source,
                                 UIViewController destination,
                                 java.lang.Runnable performHandler)
        Since:
        Available in iOS 6.0 and later.
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
      • getDestinationViewController

        public UIViewController getDestinationViewController()
      • perform

        public void perform()
      • create

        protected static long create​(java.lang.String identifier,
                                     UIViewController source,
                                     UIViewController destination,
                                     java.lang.Runnable performHandler)
        Since:
        Available in iOS 6.0 and later.