C# Class iOS.iOSViewController

Inheritance: UIViewController
Afficher le fichier Open project: xamarin/mobile-samples

Méthodes publiques

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

Private Methods

Méthode Description
Naysync_TouchUpInside ( UIButton sender ) : void
SaveBytesToFileAsync ( byte bytesToSave, string fileName ) : Task

Method Details

DownloadHomepageAsync() public méthode

public DownloadHomepageAsync ( ) : Task
Résultat Task

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

iOSViewController() public méthode

public iOSViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System