IUIViewControllerTransitionCoordinatorContext 인터페이스

정의

전환 조정을 위한 컨텍스트를 정의하는 인터페이스입니다.

[Foundation.Protocol(Name="UIViewControllerTransitionCoordinatorContext", WrapperType=typeof(UIKit.UIViewControllerTransitionCoordinatorContextWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUIViewControllerTransitionCoordinatorContext : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerTransitionCoordinatorContext = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

속성

CompletionCurve

뷰 컨트롤러 전환에 대한 UIViewAnimationCurve입니다.

CompletionVelocity

뷰 컨트롤러 전환에 대한 완료 속도입니다.

ContainerView

뷰 컨트롤러 전환 애니메이션에 대한 컨테이너 UIView입니다.

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

(다음에서 상속됨 INativeObject)
InitiallyInteractive

true iff IsAnimatedtrue 이고 전환이 대화형으로 시작되었습니다.

IsAnimated

true 전환이 명시적으로 애니메이션 효과를 주거나 프레젠테이션을 사용하는 Custom 경우 입니다.

IsCancelled

true 대화형 전환이 종료되고 사용자가 전환을 취소하면 입니다.

IsInteractive

true 전환이 현재 대화형이면 입니다.

PercentComplete

비활성 완료 단계로 이동할 때 전환 완료율입니다.

PresentationStyle

전환이 수정되는 프레젠테이션 스타일입니다.

TransitionDuration

비활성 상태인 경우 전환의 예상 기간(초)입니다.

메서드

GetTransitionViewControllerForKey(NSString)

로 지정된 key전환을 가져옵니다.

GetViewControllerForKey(NSString)

지정된 uiTransitionKey에 대한 UIViewController입니다.

TargetTransform()

전환의 회전을 설명하는 변환을 반환합니다.

확장 메서드

GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext)

가 애니메이션을 IUIViewControllerTransitionCoordinatorContext 인터럽트할 수 있는지 여부입니다.

GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind)

전환을 제어하는 뷰 컨트롤러를 가져옵니다.

적용 대상