C# Class AirPic.Action.AirPlaySelectionViewController

Inheritance: UITableViewController
Datei anzeigen Open project: spouliot/airplay

Private Properties

Property Type Description
Dismiss void
LoadExtensionItem void
Refresh void

Public Methods

Method Description
AirPlaySelectionViewController ( ) : System
DidReceiveMemoryWarning ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint
ViewWillAppear ( bool animated ) : void

Private Methods

Method Description
Dismiss ( ) : void
LoadExtensionItem ( ) : void
Refresh ( NSTimer timer ) : void

Method Details

AirPlaySelectionViewController() public method

public AirPlaySelectionViewController ( ) : System
return System

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void