C# Class BeerDrinkin.iOS.BaseViewController

Inheritance: UIViewController
Afficher le fichier Open project: MikeCodesDotNet/Beer-Drinkin

Méthodes publiques

Méthode Description
BaseViewController ( IntPtr handle ) : System
Initialize ( ) : void
OnKeyboardChanged ( bool visible, CGRect keyboardFrame ) : void

Méthodes protégées

Méthode Description
DismissKeyboardOnBackgroundTap ( ) : void
RegisterForKeyboardNotifications ( ) : void
UnregisterForKeyboardNotifications ( ) : void

Private Methods

Méthode Description
OnKeyboardNotification ( NSNotification notification ) : void

Method Details

BaseViewController() public méthode

public BaseViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

DismissKeyboardOnBackgroundTap() protected méthode

protected DismissKeyboardOnBackgroundTap ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnKeyboardChanged() public méthode

public OnKeyboardChanged ( bool visible, CGRect keyboardFrame ) : void
visible bool
keyboardFrame CGRect
Résultat void

RegisterForKeyboardNotifications() protected méthode

protected RegisterForKeyboardNotifications ( ) : void
Résultat void

UnregisterForKeyboardNotifications() protected méthode

protected UnregisterForKeyboardNotifications ( ) : void
Résultat void