[MAPSME-4890] [ios] Updated iPad place page display logic.

This commit is contained in:
Ilya Grechuhin 2017-07-07 13:14:55 +03:00 committed by r.kuznetsov
parent 197a72cd62
commit 2f4c5b5c64
2 changed files with 1 additions and 7 deletions

View file

@ -151,12 +151,6 @@ extern NSString * const kAlohalyticsTapEventKey;
auto show = ^(place_page::Info const & info) {
self.trafficButtonHidden = YES;
[self.placePageManager show:info];
if (IPAD)
{
auto ownerView = self.ownerController.view;
[ownerView bringSubviewToFront:self.menuController.view];
[ownerView bringSubviewToFront:self.navigationManager.routePreview];
}
};
using namespace network_policy;

View file

@ -60,7 +60,7 @@ CGFloat const kBottomOffset = 60;
actionBar.alpha = 0;
ppView.alpha = 0;
ppView.origin = {- kPlacePageWidth, self.topBound};
[self.ownerView addSubview:ppView];
[self.ownerView insertSubview:ppView atIndex:0];
place_page_layout::animate(^{
ppView.alpha = 1;