C# Class CloudKitAtlas.NavigationController

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

Public Methods

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

Private Methods

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

Method Details

NavigationController() public method

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

PrepareForSegue() public method

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