C# Class TwilioMiniHack.iOS.ViewController

Afficher le fichier Open project: xamarin/mini-hacks

Private Properties

Свойство Type Description
KeyboardDidShow void
KeyboardWillHide void
KeyboardWillShow void
ReleaseDesignerOutlets void
SendButton_TouchUpInside void

Méthodes publiques

Méthode Description
ScrollToBottomMessage ( ) : void
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode Description
KeyboardDidShow ( NSNotification notification ) : void
KeyboardWillHide ( NSNotification notification ) : void
KeyboardWillShow ( NSNotification notification ) : void
ReleaseDesignerOutlets ( ) : void
SendButton_TouchUpInside ( UIButton sender ) : void

Method Details

ScrollToBottomMessage() public méthode

public ScrollToBottomMessage ( ) : void
Résultat void

ViewController() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void