forked from organicmaps/organicmaps
[ios] Fixed next turn panel offset (iPad).
This commit is contained in:
parent
832dfe63a2
commit
934a66afd8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ static CGFloat const kOffsetBetweenPanels = 8.;
|
|||
|
||||
- (CGFloat)firstPanelTopOffset
|
||||
{
|
||||
return self.topView.maxY + (IPAD ? 0. : kOffsetBetweenPanels);
|
||||
return IPAD ? self.topView.height : self.topView.maxY + kOffsetBetweenPanels;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue