C# Class Recipe1Dot4.HelloController

Inheritance: UIViewController
显示文件 Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Public Methods

Method Description
HelloController ( ) : System
HelloController ( IntPtr handle ) : System
LoadView ( ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool

Method Details

HelloController() public method

public HelloController ( ) : System
return System

HelloController() public method

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

LoadView() public method

public LoadView ( ) : void
return void

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool