Свойство | Type | Description |
---|
Méthode | 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 | |
Résultat | System |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
Résultat | UITableViewCell |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
Résultat | nint |
public RowsInSection ( UITableView tableView, nint section ) : nint | ||
tableView | UITableView | |
section | nint | |
Résultat | nint |