C# Class CloudKitAtlas.LoadingViewController

Inheritance: UIViewController
Mostra file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
LoadingViewController System
ReleaseDesignerOutlets void

Public Methods

Method Description
LoadingViewController ( IntPtr handle ) : System
PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
ViewDidLoad ( ) : void

Private Methods

Method Description
LoadingViewController ( NSCoder coder ) : System
ReleaseDesignerOutlets ( ) : void

Method Details

LoadingViewController() public method

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

PrepareForSegue() public method

public PrepareForSegue ( UIStoryboardSegue segue, NSObject sender ) : void
segue UIStoryboardSegue
sender NSObject
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void