C# Class Chat.ChatViewController

Inheritance: UIViewController
Mostrar archivo Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
AddObservers void
AdjustInputToolbar void
AdjustInputToolbarOnTextViewSizeChanged void
ConvertToAnimationOptions UIViewAnimationOptions
KeyboardWillHideHandler void
KeyboardWillShowHandler void
OnSendClicked void
OnSizeChanged void
OnTextChanged void
OnTextViewStarted void
ScrollToBottom void
SetToolbarContstraint void
SetUpTableView void
SetUpToolbar void
UpdateButtomLayoutConstraint void
UpdateButtonState void
UpdateTableInsets void

Public Methods

Method Description
ChatViewController ( IntPtr handle ) : System
ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
AddObservers ( ) : void
AdjustInputToolbar ( nfloat change ) : void
AdjustInputToolbarOnTextViewSizeChanged ( nfloat dy ) : void
ConvertToAnimationOptions ( UIViewAnimationCurve curve ) : UIViewAnimationOptions
KeyboardWillHideHandler ( object sender, UIKeyboardEventArgs e ) : void
KeyboardWillShowHandler ( object sender, UIKeyboardEventArgs e ) : void
OnSendClicked ( object sender, EventArgs e ) : void
OnSizeChanged ( NSObservedChange change ) : void
OnTextChanged ( object sender, EventArgs e ) : void
OnTextViewStarted ( object sender, EventArgs e ) : void
ScrollToBottom ( bool animated ) : void
SetToolbarContstraint ( nfloat constant ) : void
SetUpTableView ( ) : void
SetUpToolbar ( ) : void
UpdateButtomLayoutConstraint ( UIKeyboardEventArgs e ) : void
UpdateButtonState ( ) : void
UpdateTableInsets ( ) : void

Method Details

ChatViewController() public method

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

ObserveValue() public method

public ObserveValue ( NSString keyPath, NSObject ofObject, NSDictionary change, IntPtr context ) : void
keyPath NSString
ofObject NSObject
change NSDictionary
context System.IntPtr
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

ViewWillDisappear() public method

public ViewWillDisappear ( bool animated ) : void
animated bool
return void