C# Класс tvText.SecondViewController

Показать файл Открыть проект

Открытые методы

Метод Описание
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