C# Class UI.FeedItemTableViewDelegate

Inheritance: UITableViewDelegate
Afficher le fichier Open project: NotMyself/BigRReader

Méthodes publiques

Méthode Description
FeedItemTableViewDelegate ( RssFeedViewController controller, IList items ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Method Details

FeedItemTableViewDelegate() public méthode

public FeedItemTableViewDelegate ( RssFeedViewController controller, IList items ) : System
controller RssFeedViewController
items IList
Résultat System

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void