Property | Type | Description |
---|
Method | Description | |
---|---|---|
AlbumsDataSource ( Artist artist ) : System | ||
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
NumberOfSections ( UITableView tableView ) : nint | ||
RowsInSection ( UITableView tableView, nint section ) : nint |
public AlbumsDataSource ( Artist artist ) : System | ||
artist | Artist | |
return | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
return | nint |