Package apple.uikit

Class UIDocumentBrowserTransitionController

  • All Implemented Interfaces:
    NSObject, UIViewControllerAnimatedTransitioning

    public class UIDocumentBrowserTransitionController
    extends NSObject
    implements UIViewControllerAnimatedTransitioning
    Class to handle the loading and animation transition when opening or closing a document. You can use this object to display a loading indicator if you need time to perform time-consuming operations (loading, parsing, …) after the document download and before presenting it. You can also get a transition controller to pass to UIKit when pushing or presenting your document view in response to @c documentBrowser:didPickItem:, or when popping or dismissing it.
    • Constructor Detail

      • UIDocumentBrowserTransitionController

        protected UIDocumentBrowserTransitionController​(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)
      • loadingProgress

        public NSProgress loadingProgress()
        An optional progress can be displayed on the document thumbnail while the document is loading (during opening).
      • 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)
      • setLoadingProgress

        public void setLoadingProgress​(NSProgress value)
        An optional progress can be displayed on the document thumbnail while the document is loading (during opening).
      • setTargetView_unsafe

        public void setTargetView_unsafe​(UIView value)
        This view will be used for the zoom transition from/to the document collection view. If UIDocumentBrowserViewController is being dismissed, this view should be a subview of the presented view controller's view If UIDocumentBrowserViewController is being presented, this view should be a subview of the presenting view controller's view
      • setTargetView

        public void setTargetView​(UIView value)
        This view will be used for the zoom transition from/to the document collection view. If UIDocumentBrowserViewController is being dismissed, this view should be a subview of the presented view controller's view If UIDocumentBrowserViewController is being presented, this view should be a subview of the presenting view controller's view
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

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

        public UIView targetView()
        This view will be used for the zoom transition from/to the document collection view. If UIDocumentBrowserViewController is being dismissed, this view should be a subview of the presented view controller's view If UIDocumentBrowserViewController is being presented, this view should be a subview of the presenting view controller's view
      • version_static

        public static long version_static()