C# Class ClanceysLib.NavLauncher

Inheritance: UIViewController
Show 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 property

public double AnimationSpeed
return double

Columns public property

public int Columns
return int

LeftButton public property

public UIBarButtonItem LeftButton
return UIBarButtonItem

MainView public property

public UIView MainView
return UIView

RightButton public property

public UIBarButtonItem RightButton
return UIBarButtonItem

Rows public property

public int Rows
return int

spacing public property

public float spacing
return float