diff --git a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPhoneRoutePreview.xib b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPhoneRoutePreview.xib
index a737a88c4e..d61b20d851 100644
--- a/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPhoneRoutePreview.xib
+++ b/iphone/Maps/Classes/CustomViews/NavigationDashboard/Views/RoutePreview/MWMiPhoneRoutePreview.xib
@@ -25,16 +25,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -60,6 +50,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.mm b/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.mm
index 5f3daf9b6c..ec97e013eb 100644
--- a/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.mm
+++ b/iphone/Maps/UI/BottomMenu/MWMBottomMenuViewController.mm
@@ -81,6 +81,10 @@ typedef NS_ENUM(NSUInteger, MWMBottomMenuViewCell) {
_mapViewController = controller;
_delegate = delegate;
[controller addChildViewController:self];
+ self.view.autoresizingMask = (UIViewAutoresizingFlexibleWidth |
+ UIViewAutoresizingFlexibleTopMargin |
+ UIViewAutoresizingFlexibleBottomMargin |
+ UIViewAutoresizingFlexibleHeight);
[controller.controlsView addSubview:self.view];
[controller.view layoutIfNeeded];
}