Method | Description | |
---|---|---|
LoadView ( ) : void | ||
MyViewController ( ) : System | ||
MyViewController ( |
||
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void |
public MyViewController ( |
||
handle | ||
return | System |
public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool | ||
toInterfaceOrientation | UIInterfaceOrientation | |
return | bool |
public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void | ||
toInterfaceOrientation | UIInterfaceOrientation | |
duration | double | |
return | void |