C# Class UI.FeedItemTableViewDelegate

Inheritance: UITableViewDelegate
Show file Open project: NotMyself/BigRReader

Public Methods

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

Method Details

FeedItemTableViewDelegate() public method

public FeedItemTableViewDelegate ( RssFeedViewController controller, IList items ) : System
controller RssFeedViewController
items IList
return System

RowSelected() public method

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