C# Class MTUniversalProject.MTUniversalProjectViewController

Inheritance: UIViewController
Exibir arquivo Open project: mono/sysdrawing-coregraphics Class Usage Examples

Private Properties

Property Type Description
CheckOrientation void
ReleaseDesignerOutlets void

Public Methods

Method Description
DidReceiveMemoryWarning ( ) : void
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
MTUniversalProjectViewController ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

Private Methods

Method Description
CheckOrientation ( ) : void
ReleaseDesignerOutlets ( ) : void

Method Details

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

DidRotate() public method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

MTUniversalProjectViewController() public method

public MTUniversalProjectViewController ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void