C# Class BeerDrinkin.iOS.CustomControls.ScrollingTabView

Inheritance: UIView, IUIScrollViewDelegate
Show file Open project: MikeCodesDotNet/Beer-Drinkin Class Usage Examples

Public Methods

Method Description
LayoutSubviews ( ) : void
ScrollingTabView ( List viewControllers ) : System

Private Methods

Method Description
ContentScrolled ( object sender, EventArgs e ) : void
DefaultColors ( ) : void
HandleTabItemSelected ( int index ) : void
MoveToIndex ( int index ) : void
UpdateTabBar ( int index ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

ScrollingTabView() public method

public ScrollingTabView ( List viewControllers ) : System
viewControllers List
return System