C# Class MyDriving.iOS.GettingStartedContentViewController

Show file Open project: Azure-Samples/MyDriving Class Usage Examples

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
ControllerForPageIndex ( int pageIndex ) : GettingStartedContentViewController
GettingStartedContentViewController ( IntPtr handle ) : Foundation
ViewDidLoad ( ) : void

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

ControllerForPageIndex() public static method

public static ControllerForPageIndex ( int pageIndex ) : GettingStartedContentViewController
pageIndex int
return GettingStartedContentViewController

GettingStartedContentViewController() public method

public GettingStartedContentViewController ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void