C# 클래스 tvText.SecondViewController

파일 보기 프로젝트 열기: xamarin/monotouch-samples

공개 메소드들

메소드 설명
DidReceiveMemoryWarning ( ) : void

Called if the View Controller recieves a low memory warning.

SecondViewController ( IntPtr handle ) : System

Initializes a new instance of the T:tvText.SecondViewController class.

ShowSearchController ( ) : void

Shows the search controller.

ViewDidAppear ( bool animated ) : void

Called just before the View is displayed to allow you to configure it.

ViewDidLoad ( ) : void

Called when the View has been loaded from the Storyboard.

비공개 메소드들

메소드 설명
ReleaseDesignerOutlets ( ) : void

메소드 상세

DidReceiveMemoryWarning() 공개 메소드

Called if the View Controller recieves a low memory warning.
public DidReceiveMemoryWarning ( ) : void
리턴 void

SecondViewController() 공개 메소드

Initializes a new instance of the T:tvText.SecondViewController class.
public SecondViewController ( IntPtr handle ) : System
handle IntPtr Handle.
리턴 System

ShowSearchController() 공개 메소드

Shows the search controller.
public ShowSearchController ( ) : void
리턴 void

ViewDidAppear() 공개 메소드

Called just before the View is displayed to allow you to configure it.
public ViewDidAppear ( bool animated ) : void
animated bool Animated.
리턴 void

ViewDidLoad() 공개 메소드

Called when the View has been loaded from the Storyboard.
public ViewDidLoad ( ) : void
리턴 void