C# Class XamarinDemo.iOS.ViewController

Inheritance: UIViewController
ファイルを表示 Open project: ably/demo-mobile-xamarin

Private Properties

Property Type Description
JoinButton_TouchUpInside void
ReleaseDesignerOutlets void

Public Methods

Method Description
ViewController ( IntPtr handle ) : System
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
JoinButton_TouchUpInside ( UIButton sender ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

ViewController() public method

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

ViewWillAppear() public method

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