Exemple #1
0
 public override nfloat GetHeightForRow(UITableView tableView, NSIndexPath indexPath)
 {
     return(WeatherDetails.IsSectionTop(indexPath.Row) ? 44 : 30);
 }