C# Class MikeCodesDotNET.iOS.Controls.ScrollingTabView

Inheritance: UIView, IUIScrollViewDelegate
显示文件 Open project: MikeCodesDotNet/Awesomizer

Public Methods

Method Description
LayoutSubviews ( ) : void
ScrollingTabView ( List viewControllers, UIKit.UIFont titleFont, float tabBarHeight = 42 ) : 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, UIKit.UIFont titleFont, float tabBarHeight = 42 ) : System
viewControllers List
titleFont UIKit.UIFont
tabBarHeight float
return System