C# Class Mobile.iOS.Setup

Inheritance: Cirrious.MvvmCross.Touch.Platform.MvxTouchSetup
显示文件 Open project: wcoder/MvvmCrossStarterKit Class Usage Examples

Public Methods

Method Description
Setup ( Cirrious.MvvmCross.Touch.Platform.MvxApplicationDelegate appDelegate, IMvxIosViewPresenter presenter ) : Mobile.Core

Protected Methods

Method Description
CreateApp ( ) : IMvxApplication
CreateDebugTrace ( ) : IMvxTrace

Method Details

CreateApp() protected method

protected CreateApp ( ) : IMvxApplication
return IMvxApplication

CreateDebugTrace() protected method

protected CreateDebugTrace ( ) : IMvxTrace
return IMvxTrace

Setup() public method

public Setup ( Cirrious.MvvmCross.Touch.Platform.MvxApplicationDelegate appDelegate, IMvxIosViewPresenter presenter ) : Mobile.Core
appDelegate Cirrious.MvvmCross.Touch.Platform.MvxApplicationDelegate
presenter IMvxIosViewPresenter
return Mobile.Core