C# Class ClanceysLib.NavLauncher

Inheritance: UIViewController
Mostra file Open project: Clancey/ClanceyLib Class Usage Examples

Public Properties

Property Type Description
AnimationSpeed double
Columns int
LeftButton UIBarButtonItem
MainView UIView
RightButton UIBarButtonItem
Rows int
spacing float

Public Methods

Method Description
CloseModal ( ) : void
HandlePageControlTouchUpInside ( object sender, EventArgs e ) : void
LaunchModal ( UIResponder responder ) : void
NavLauncher ( ) : System
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
AddViewControllerToScreen ( ) : void
AddViewToScreen ( UIView modal ) : void
ClearScrollView ( ) : void
CreatePanels ( ) : void
FadeInDidFinish ( ) : void
FadeOutDidFinish ( ) : void
ScrollViewScrolled ( object sender, EventArgs e ) : void

Method Details

CloseModal() public method

public CloseModal ( ) : void
return void

HandlePageControlTouchUpInside() public method

public HandlePageControlTouchUpInside ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

LaunchModal() public method

public LaunchModal ( UIResponder responder ) : void
responder UIResponder
return void

NavLauncher() public method

public NavLauncher ( ) : System
return System

ShouldAutorotateToInterfaceOrientation() public method

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

ViewWillAppear() public method

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

Property Details

AnimationSpeed public_oe property

public double AnimationSpeed
return double

Columns public_oe property

public int Columns
return int

LeftButton public_oe property

public UIBarButtonItem LeftButton
return UIBarButtonItem

MainView public_oe property

public UIView MainView
return UIView

RightButton public_oe property

public UIBarButtonItem RightButton
return UIBarButtonItem

Rows public_oe property

public int Rows
return int

spacing public_oe property

public float spacing
return float