C# Класс Paint.LaunchScreen

The application launch screen.
Наследование: UIViewController
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DidReceiveMemoryWarning ( ) : void

Dids the receive memory warning.

LaunchScreen ( ) : System

Initializes a new instance of the Paint.LaunchScreen class.

TouchesBegan ( NSSet touches, UIEvent evt ) : void

Sent when one or more fingers touches the screen.

ViewDidAppear ( bool animated ) : void

This view is now on screen

ViewDidLoad ( ) : void

This view has loaded

Защищенные методы

Метод Описание
OnLaunchScreenComplete ( EventArgs e ) : void

Raises the launch screen complete event.

Приватные методы

Метод Описание
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Описание методов

DidReceiveMemoryWarning() публичный Метод

Dids the receive memory warning.
public DidReceiveMemoryWarning ( ) : void
Результат void

LaunchScreen() публичный Метод

Initializes a new instance of the Paint.LaunchScreen class.
public LaunchScreen ( ) : System
Результат System

OnLaunchScreenComplete() защищенный Метод

Raises the launch screen complete event.
protected OnLaunchScreenComplete ( EventArgs e ) : void
e System.EventArgs E.
Результат void

TouchesBegan() публичный Метод

Sent when one or more fingers touches the screen.
public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet Touches.
evt UIEvent Evt.
Результат void

ViewDidAppear() публичный Метод

This view is now on screen
public ViewDidAppear ( bool animated ) : void
animated bool If set to true animated.
Результат void

ViewDidLoad() публичный Метод

This view has loaded
public ViewDidLoad ( ) : void
Результат void