C# Class CloudKitAtlas.ResultOrErrorViewController

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

Public Methods

Method Description
ResultOrErrorViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Protected Methods

Method Description
BackToCodeSample ( object sender, EventArgs e ) : void

Private Methods

Method Description
ResultOrErrorViewController ( NSCoder coder ) : System

Method Details

BackToCodeSample() protected method

protected BackToCodeSample ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

ResultOrErrorViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void