C# 클래스 ThirdParty.iOS4Unity.UIViewController

상속: NSObject
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DismissViewController ( bool animated = true ) : void
LoadView ( ) : void
PresentViewController ( UIViewController controller, bool animated = true ) : void

비공개 메소드들

메소드 설명
UIViewController ( ) : System
UIViewController ( IntPtr handle ) : System

메소드 상세

DismissViewController() 공개 메소드

public DismissViewController ( bool animated = true ) : void
animated bool
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

PresentViewController() 공개 메소드

public PresentViewController ( UIViewController controller, bool animated = true ) : void
controller UIViewController
animated bool
리턴 void