forked from organicmaps/organicmaps
[ios] PlacePreview buttons light fix
This commit is contained in:
parent
4dffa878d8
commit
1cbe3d2888
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue