C# Class Smeedee.iOS.WidgetsScreen

Inheritance: UIViewController
Mostra file Open project: Smeedee/Smeedee-Mobile

Private Properties

Property Type Description
AddToolbarItem void
AddWidgetsToScrollView void
CurrentPageIndex int
EmptyScrollView void
RemoveToolbarItem void
ResetView void
ScrollViewScrolled void
SetTitleLabels void

Public Methods

Method 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

Method 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 method

public DidRotate ( UIInterfaceOrientation fromInterfaceOrientation ) : void
fromInterfaceOrientation UIInterfaceOrientation
return void

ShouldAutorotateToInterfaceOrientation() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void

WidgetsScreen() public method

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

WillRotate() public method

public WillRotate ( UIInterfaceOrientation toInterfaceOrientation, double duration ) : void
toInterfaceOrientation UIInterfaceOrientation
duration double
return void