C# Class ExamplesChat.iOS.ChatWindow

Inheritance: UIViewController
Afficher le fichier Open project: MarcFletcher/NetworkComms.Net

Private Properties

Свойство Type Description
EnableLogging void
HandleKeyboardDidHide void
HandleKeyboardDidShow void
ReleaseDesignerOutlets void
SendButtonClick void
SendButtonClick void

Méthodes publiques

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

On load initialise the example

Private Methods

Méthode 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 méthode

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

ViewDidLoad() public méthode

On load initialise the example
public ViewDidLoad ( ) : void
Résultat void