C# Class dotDialog.Sample.PersonalInfoManger.Touch.TabBar

Inheritance: UITabBarController, IMXView
ファイルを表示 Open project: benhorgen/dotDialog Class Usage Examples

Public Methods

Method Description
Render ( ) : void
SetModel ( object model ) : void
TabBar ( MXTouchContainer touchContainer ) : System
ViewWillAppear ( bool animated ) : void

Method Details

Render() public method

public Render ( ) : void
return void

SetModel() public method

public SetModel ( object model ) : void
model object
return void

TabBar() public method

public TabBar ( MXTouchContainer touchContainer ) : System
touchContainer MonoCross.Touch.MXTouchContainer
return System

ViewWillAppear() public method

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