C# 클래스 ExamplesChat.iOS.ChatWindow

상속: UIViewController
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

Private Properties

프로퍼티 타입 설명
EnableLogging void
HandleKeyboardDidHide void
HandleKeyboardDidShow void
ReleaseDesignerOutlets void
SendButtonClick void
SendButtonClick void

공개 메소드들

메소드 설명
ChatWindow ( IntPtr handle ) : System
ViewDidLoad ( ) : void

On load initialise the example

비공개 메소드들

메소드 설명
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

메소드 상세

ChatWindow() 공개 메소드

public ChatWindow ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

ViewDidLoad() 공개 메소드

On load initialise the example
public ViewDidLoad ( ) : void
리턴 void