C# Class AUv3Host.ViewController

Show file Open project: xamarin/monotouch-samples

Private Properties

Property Type Description
GetCell UITableViewCell
ReleaseDesignerOutlets void
RemoveChildController bool
RowSelected void
RowsInSection nint
TogglePlay void
TogglePlay void
ToggleView void
ToggleView void

Public Methods

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

Private Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
ReleaseDesignerOutlets ( ) : void
RemoveChildController ( ) : bool
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint section ) : nint
TogglePlay ( UIButton sender ) : void
TogglePlay ( UIKit sender ) : void
ToggleView ( UIButton sender ) : void
ToggleView ( UIKit sender ) : void

Method Details

ViewController() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void