C# Class Smeedee.iOS.WidgetsScreen

Inheritance: UIViewController
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Private Properties

Свойство Type Description
AddToolbarItem void
AddWidgetsToScrollView void
CurrentPageIndex int
EmptyScrollView void
RemoveToolbarItem void
ResetView void
ScrollViewScrolled void
SetTitleLabels void

Méthodes publiques

Méthode Description
DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void
WidgetsScreen ( IntPtr handle ) : System
WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void

Private Methods

Méthode Description
AddToolbarItem ( UIBarButtonItem item ) : void
AddWidgetsToScrollView ( ) : void
CurrentPageIndex ( ) : int
EmptyScrollView ( ) : void
RemoveToolbarItem ( ) : void
ResetView ( ) : void
ScrollViewScrolled ( object sender, EventArgs e ) : void
SetTitleLabels ( ) : void

Method Details

DidRotate() public méthode

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void

ViewWillAppear() public méthode

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

WidgetsScreen() public méthode

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

WillRotate() public méthode

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
Résultat void