forked from organicmaps/organicmaps
[ios] Changes turn instructions size.
This commit is contained in:
parent
32e6b9f3de
commit
77d967520e
1 changed files with 2 additions and 1 deletions
|
@ -81,8 +81,9 @@
|
|||
{
|
||||
CGFloat const offsetInnerX = 2;
|
||||
CGFloat const originY = 20;
|
||||
CGFloat const instructionsViewHeight = 75;
|
||||
self.phoneTurnInstructions.width = self.phoneIdiomView.width;
|
||||
self.phoneTurnInstructions.height = 68;
|
||||
self.phoneTurnInstructions.height = instructionsViewHeight;
|
||||
self.routeInfo.width = self.phoneTurnInstructions.width;
|
||||
self.routeInfo.height = self.phoneTurnInstructions.height;
|
||||
self.phoneNextTurnView.frame = self.phoneTurnInstructions.bounds;
|
||||
|
|
Loading…
Add table
Reference in a new issue