C# Class UI.FeedItemTableViewDataSource

Inheritance: UITableViewDataSource
Show file Open project: NotMyself/BigRReader

Public Methods

Method Description
FeedItemTableViewDataSource ( IList items ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
RowsInSection ( UITableView tableview, int section ) : int

Method Details

FeedItemTableViewDataSource() public method

public FeedItemTableViewDataSource ( IList items ) : System
items IList
return System

GetCell() public method

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

RowsInSection() public method

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