Package org.robovm.apple.uikit
Class UIViewControllerTransitionCoordinatorAdapter
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.uikit.UIViewControllerTransitionCoordinatorContextAdapter
org.robovm.apple.uikit.UIViewControllerTransitionCoordinatorAdapter
- All Implemented Interfaces:
NSObjectProtocol,UIViewControllerTransitionCoordinator,UIViewControllerTransitionCoordinatorContext,ObjCProtocol
public class UIViewControllerTransitionCoordinatorAdapter extends UIViewControllerTransitionCoordinatorContextAdapter implements UIViewControllerTransitionCoordinator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Constructor Description UIViewControllerTransitionCoordinatorAdapter() -
Method Summary
Modifier and Type Method Description booleananimateAlongsideTransition(UIView view, VoidBlock1<UIViewControllerTransitionCoordinatorContext> animation, VoidBlock1<UIViewControllerTransitionCoordinatorContext> completion)booleananimateAlongsideTransition(VoidBlock1<UIViewControllerTransitionCoordinatorContext> animation, VoidBlock1<UIViewControllerTransitionCoordinatorContext> completion)voidnotifyWhenInteractionChanges(VoidBlock1<UIViewControllerTransitionCoordinatorContext> handler)voidnotifyWhenInteractionEnds(VoidBlock1<UIViewControllerTransitionCoordinatorContext> handler)Deprecated.Deprecated in iOS 10.0.Methods inherited from class org.robovm.apple.uikit.UIViewControllerTransitionCoordinatorContextAdapter
getCompletionCurve, getCompletionVelocity, getContainerView, getPercentComplete, getPresentationStyle, getTargetTransform, getTransitionDuration, getView, getViewController, isAnimated, isCancelled, isInitiallyInteractive, isInteractive, isInterruptibleMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from interface org.robovm.apple.uikit.UIViewControllerTransitionCoordinatorContext
getCompletionCurve, getCompletionVelocity, getContainerView, getPercentComplete, getPresentationStyle, getTargetTransform, getTransitionDuration, getView, getViewController, isAnimated, isCancelled, isInitiallyInteractive, isInteractive, isInterruptible
-
Constructor Details
-
UIViewControllerTransitionCoordinatorAdapter
public UIViewControllerTransitionCoordinatorAdapter()
-
-
Method Details
-
animateAlongsideTransition
public boolean animateAlongsideTransition(VoidBlock1<UIViewControllerTransitionCoordinatorContext> animation, VoidBlock1<UIViewControllerTransitionCoordinatorContext> completion)- Specified by:
animateAlongsideTransitionin interfaceUIViewControllerTransitionCoordinator
-
animateAlongsideTransition
public boolean animateAlongsideTransition(UIView view, VoidBlock1<UIViewControllerTransitionCoordinatorContext> animation, VoidBlock1<UIViewControllerTransitionCoordinatorContext> completion)- Specified by:
animateAlongsideTransitionin interfaceUIViewControllerTransitionCoordinator
-
notifyWhenInteractionEnds
@Deprecated public void notifyWhenInteractionEnds(VoidBlock1<UIViewControllerTransitionCoordinatorContext> handler)Deprecated.Deprecated in iOS 10.0. Use notifyWhenInteractionChangesUsingBlock- Specified by:
notifyWhenInteractionEndsin interfaceUIViewControllerTransitionCoordinator
-
notifyWhenInteractionChanges
public void notifyWhenInteractionChanges(VoidBlock1<UIViewControllerTransitionCoordinatorContext> handler)- Specified by:
notifyWhenInteractionChangesin interfaceUIViewControllerTransitionCoordinator- Since:
- Available in iOS 10.0 and later.
-