Package org.robovm.apple.uikit
Interface UIViewControllerTransitionCoordinatorContext
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
UIViewControllerTransitionCoordinator
- All Known Implementing Classes:
UIViewControllerTransitionCoordinatorAdapter,UIViewControllerTransitionCoordinatorContextAdapter
public interface UIViewControllerTransitionCoordinatorContext extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description UIViewAnimationCurvegetCompletionCurve()doublegetCompletionVelocity()UIViewgetContainerView()doublegetPercentComplete()UIModalPresentationStylegetPresentationStyle()CGAffineTransformgetTargetTransform()doublegetTransitionDuration()UIViewgetView(String key)UIViewControllergetViewController(String key)booleanisAnimated()booleanisCancelled()booleanisInitiallyInteractive()booleanisInteractive()booleanisInterruptible()
-
Method Details
-
isAnimated
boolean isAnimated() -
getPresentationStyle
UIModalPresentationStyle getPresentationStyle() -
isInitiallyInteractive
boolean isInitiallyInteractive() -
isInterruptible
boolean isInterruptible()- Since:
- Available in iOS 10.0 and later.
-
isInteractive
boolean isInteractive() -
isCancelled
boolean isCancelled() -
getTransitionDuration
double getTransitionDuration() -
getPercentComplete
double getPercentComplete() -
getCompletionVelocity
double getCompletionVelocity() -
getCompletionCurve
UIViewAnimationCurve getCompletionCurve() -
getContainerView
UIView getContainerView() -
getTargetTransform
CGAffineTransform getTargetTransform() -
getViewController
-
getView
-