C# Class LoadingScreenExample.SecondScreenViewController

显示文件 Open project: chrisntr/Loading-Screen-Example Class Usage Examples

Private Properties

Property Type Description
SecondScreenViewController System

Public Methods

Method Description
Initialize ( ) : void
SecondScreenViewController ( IntPtr handle ) : System
SecondScreenViewController ( string fahrenheitValue ) : System
ViewDidLoad ( ) : void

Private Methods

Method Description
SecondScreenViewController ( NSCoder coder ) : System

Method Details

Initialize() public method

public Initialize ( ) : void
return void

SecondScreenViewController() public method

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

SecondScreenViewController() public method

public SecondScreenViewController ( string fahrenheitValue ) : System
fahrenheitValue string
return System

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void