C# Class tvText.SecondViewController

Exibir arquivo Open project: xamarin/monotouch-samples

Public Methods

Method Description
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.

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

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

SecondViewController() public method

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

ShowSearchController() public method

Shows the search controller.
public ShowSearchController ( ) : void
return void

ViewDidAppear() public method

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

ViewDidLoad() public method

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