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

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
PostCommentsView ( ) : 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

OnKeyboardChanged() protected méthode

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

PostCommentsView() public méthode

public PostCommentsView ( ) : System
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void