[ios] PlacePreview buttons light fix

This commit is contained in:
Igor Khmurets 2013-12-18 17:59:08 +03:00 committed by Alex Zolotarev
parent 4dffa878d8
commit 1cbe3d2888

View file

@ -178,14 +178,14 @@ typedef enum {APIPOINT, POI, MYPOSITION} Type;
{
if (section == 1)
return TWOBUTTONSHEIGHT;
return [self.tableView sectionFooterHeight];
return 8;
}
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
{
if (section == 0)
return [self getCompassView].frame.size.height;
return [self.tableView sectionHeaderHeight];
return 14;
}
- (void)share