C# Class TwilioMiniHack.iOS.ViewController

显示文件 Open project: xamarin/mini-hacks

Private Properties

Property Type Description
KeyboardDidShow void
KeyboardWillHide void
KeyboardWillShow void
ReleaseDesignerOutlets void
SendButton_TouchUpInside void

Public Methods

Method Description
ScrollToBottomMessage ( ) : void
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
KeyboardDidShow ( NSNotification notification ) : void
KeyboardWillHide ( NSNotification notification ) : void
KeyboardWillShow ( NSNotification notification ) : void
ReleaseDesignerOutlets ( ) : void
SendButton_TouchUpInside ( UIButton sender ) : void

Method Details

ScrollToBottomMessage() public method

public ScrollToBottomMessage ( ) : void
return void

ViewController() public method

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void