C# Class SampleProject.SampleProjectViewController

Exibir arquivo Open project: Amplify-Social/JTSImageViewControllerCSharp

Public Methods

Method Description
CatImageButtonTapped ( object sender, EventArgs e ) : void
SampleProjectViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

CatImageButtonTapped() public method

public CatImageButtonTapped ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

SampleProjectViewController() public method

public SampleProjectViewController ( IntPtr handle ) : System
handle IntPtr
return System

ViewDidAppear() public method

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

ViewDidDisappear() public method

public ViewDidDisappear ( 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