IUIViewControllerTransitionCoordinatorContext 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
전환 조정을 위한 컨텍스트를 정의하는 인터페이스입니다.
[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 |
|
IsAnimated |
|
IsCancelled |
|
IsInteractive |
|
PercentComplete |
비활성 완료 단계로 이동할 때 전환 완료율입니다. |
PresentationStyle |
전환이 수정되는 프레젠테이션 스타일입니다. |
TransitionDuration |
비활성 상태인 경우 전환의 예상 기간(초)입니다. |
메서드
GetTransitionViewControllerForKey(NSString) |
로 지정된 |
GetViewControllerForKey(NSString) |
지정된 uiTransitionKey에 대한 UIViewController입니다. |
TargetTransform() |
전환의 회전을 설명하는 변환을 반환합니다. |
확장 메서드
GetIsInterruptible(IUIViewControllerTransitionCoordinatorContext) |
가 애니메이션을 IUIViewControllerTransitionCoordinatorContext 인터럽트할 수 있는지 여부입니다. |
GetTransitionViewController(IUIViewControllerTransitionCoordinatorContext, UITransitionViewControllerKind) |
전환을 제어하는 뷰 컨트롤러를 가져옵니다. |