C# Class GlassButtonGenerator.GlassButtonViewController

Inheritance: UIViewController
Show file Open project: conceptdev/GlassButtonGenerator Class Usage Examples

Public Methods

Method Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void

Private Methods

Method Description
MakeButton ( UIGlassButton theButton, string fileExtension ) : string

Method Details

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void