IUIViewControllerTransitioningDelegate 인터페이스

정의

프로토콜 UIViewControllerTransitioningDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.

[Foundation.Protocol(Name="UIViewControllerTransitioningDelegate", WrapperType=typeof(UIKit.UIViewControllerTransitioningDelegateWrapper))]
public interface IUIViewControllerTransitioningDelegate : IDisposable, ObjCRuntime.INativeObject
type IUIViewControllerTransitioningDelegate = interface
    interface INativeObject
    interface IDisposable
파생
특성
구현

설명

이 인터페이스에는 에 정의된 UIViewControllerTransitioningDelegate프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.

개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UIViewControllerTransitioningDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.

선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UIViewControllerTransitioningDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자가 프로토콜에서 선택적 메서드를 호출할 수 있습니다.

속성

Handle

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

(다음에서 상속됨 INativeObject)

확장 메서드

GetAnimationControllerForDismissedController(IUIViewControllerTransitioningDelegate, UIViewController)

해제 애니메이션이 호출되면 이 메서드를 재정의하여 사용자 지정 UIViewControllerAnimatedTransitioning을 제공할 수 있습니다.

GetAnimationControllerForPresentedController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

를 표시할 때 presenting 사용되는 애니메이션 컨트롤러를 반환합니다 presented.

GetInteractionControllerForDismissal(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

컨트롤러가 해제되고 상호 작용이 필요한 경우 이 메서드를 재정의하여 사용자 지정 UIViewControllerInteractiveTransitioning.| 해제 상호 작용이 호출되고 상호 작용 애니메이션이 필요한 경우 t

GetInteractionControllerForPresentation(IUIViewControllerTransitioningDelegate, IUIViewControllerAnimatedTransitioning)

컨트롤러가 표시되고 상호 작용이 필요한 경우 이 메서드를 재정의하여 사용자 지정 UIViewControllerInteractiveTransitioning을 제공할 수 있습니다.

GetPresentationControllerForPresentedViewController(IUIViewControllerTransitioningDelegate, UIViewController, UIViewController, UIViewController)

를 표시할 때 presenting 사용되는 프레젠테이션 컨트롤러를 반환합니다 presented.

적용 대상