C# Class AwesomizerSample.ViewController

Inheritance: UIViewController
Show file Open project: MikeCodesDotNet/Awesomizer

Public Methods

Method Description
ViewController ( IntPtr handle ) : System
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
DoApply ( ) : void
DoClean ( ) : void

Method Details

ViewController() public method

public ViewController ( IntPtr handle ) : System
handle System.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