C# Class CrossUI.iOS.Dialog.Elements.HtmlElement.WebViewController

Inheritance: UIViewController
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void
WebViewController ( HtmlElement container ) : CrossUI.iOS.Dialog.Utilities

Method Details

ShouldAutorotateToInterfaceOrientation() public méthode

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

ViewWillDisappear() public méthode

public ViewWillDisappear ( bool animated ) : void
animated bool
Résultat void

WebViewController() public méthode

public WebViewController ( HtmlElement container ) : CrossUI.iOS.Dialog.Utilities
container HtmlElement
Résultat CrossUI.iOS.Dialog.Utilities