C# Class tvText.SecondViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Méthodes publiques

Méthode 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

Méthode Description
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

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

SecondViewController() public méthode

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

ShowSearchController() public méthode

Shows the search controller.
public ShowSearchController ( ) : void
Résultat void

ViewDidAppear() public méthode

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

ViewDidLoad() public méthode

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