[ios] Changes turn instructions size.

This commit is contained in:
Timur Bernikowich 2014-11-26 18:46:12 +03:00 committed by Alex Zolotarev
parent 32e6b9f3de
commit 77d967520e

View file

@ -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;