C# Class AUv3Host.ViewController

Afficher le fichier Open project: xamarin/monotouch-samples

Private Properties

Свойство Type Description
GetCell UITableViewCell
ReleaseDesignerOutlets void
RemoveChildController bool
RowSelected void
RowsInSection nint
TogglePlay void
TogglePlay void
ToggleView void
ToggleView void

Méthodes publiques

Méthode Description
ViewController ( IntPtr handle ) : System
ViewDidLoad ( ) : void

Private Methods

Méthode 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 méthode

public ViewController ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void