C# Class iOS.iOSViewController

Inheritance: UIViewController
Datei anzeigen Open project: xamarin/mobile-samples

Public Methods

Method Description
DownloadHomepageAsync ( ) : Task
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
iOSViewController ( IntPtr handle ) : System

Private Methods

Method Description
Naysync_TouchUpInside ( UIButton sender ) : void
SaveBytesToFileAsync ( byte bytesToSave, string fileName ) : Task

Method Details

DownloadHomepageAsync() public method

public DownloadHomepageAsync ( ) : Task
return Task

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

iOSViewController() public method

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