C# Class MvvmCross.Mac.Views.MvxViewController

Inheritance: MvvmCross.Platform.Mac.Views.MvxEventSourceViewController, IMvxMacView
Mostra file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxViewController ( ) : System
MvxViewController ( IntPtr handle ) : System
MvxViewController ( string viewName ) : System
MvxViewController ( string viewName, NSBundle bundle ) : System

Private Methods

Method Description
Initialize ( ) : void
MvxViewController ( NSCoder coder ) : System

Method Details

MvxViewController() public method

public MvxViewController ( ) : System
return System

MvxViewController() public method

public MvxViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxViewController() public method

public MvxViewController ( string viewName ) : System
viewName string
return System

MvxViewController() public method

public MvxViewController ( string viewName, NSBundle bundle ) : System
viewName string
bundle NSBundle
return System