C# Class Recipe2Dot2Reorienting.MyViewController

Inheritance: UIViewController
ファイルを表示 Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Public Methods

Method Description
LoadView ( ) : void
MyViewController ( ) : System
MyViewController ( IntPtr handle ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Method Details

LoadView() public method

public LoadView ( ) : void
return void

MyViewController() public method

public MyViewController ( ) : System
return System

MyViewController() public method

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

ShouldAutorotateToInterfaceOrientation() public method

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

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void