C# Class FSoft.WordApp.IOS.Views.LoginView

Inheritance: BaseViewController
Afficher le fichier Open project: fpt-software/Wordpress-Client

Private Properties

Свойство Type Description
Relayout void
ReleaseDesignerOutlets void

Méthodes publiques

Méthode Description
DidReceiveMemoryWarning ( ) : void
LoginView ( ) : System
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
OnKeyboardChanged ( bool visible, float keyboardHeight ) : void

Private Methods

Méthode Description
Relayout ( ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

LoginView() public méthode

public LoginView ( ) : System
Résultat System

OnKeyboardChanged() protected méthode

protected OnKeyboardChanged ( bool visible, float keyboardHeight ) : void
visible bool
keyboardHeight float
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void