C# Class iOSClassicSample.iOSClassicSampleViewController

Datei anzeigen Open project: onovotny/MetroLog

Private Properties

Property Type Description

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
ViewWillDisappear ( bool animated ) : void
iOSClassicSampleViewController ( IntPtr handle ) : System

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

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

iOSClassicSampleViewController() public method

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