C# Class ExamplesChat.iOS.ChatWindow

Inheritance: UIViewController
Show file Open project: MarcFletcher/NetworkComms.Net

Private Properties

Property Type Description
EnableLogging void
HandleKeyboardDidHide void
HandleKeyboardDidShow void
ReleaseDesignerOutlets void
SendButtonClick void
SendButtonClick void

Public Methods

Method Description
ChatWindow ( IntPtr handle ) : System
ViewDidLoad ( ) : void

On load initialise the example

Private Methods

Method Description
EnableLogging ( ) : void

Enable logging, useful for debugging applications.

HandleKeyboardDidHide ( NSNotification notification ) : void

Resize the view once the keyboard has been minimised

HandleKeyboardDidShow ( NSNotification notification ) : void

Resize the view to take into account the keyboard position

ReleaseDesignerOutlets ( ) : void
SendButtonClick ( Foundation sender ) : void
SendButtonClick ( NSObject sender ) : void

Sends the message when send button is clicked

Method Details

ChatWindow() public method

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

ViewDidLoad() public method

On load initialise the example
public ViewDidLoad ( ) : void
return void