Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-07-23 13:47:40 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:12 +0300
commitd15c967af655490a437d4ee135d3d3eddadc892b (patch)
treed437165ec54d1ba4559d76995171db248e8adba6 /iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
parenta78f21056ec5ca5787ad95c8344aba8a6a3b3499 (diff)
[ios] Added zoom buttons fade on small space.
Diffstat (limited to 'iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm')
-rw-r--r--iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm b/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
index 5ab1501296..62f4a655b9 100644
--- a/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
+++ b/iphone/Maps/Classes/MWMiPhoneLandscapePlacePage.mm
@@ -41,7 +41,7 @@ typedef NS_ENUM(NSUInteger, MWMiPhoneLandscapePlacePageState)
self.anchorImageView.backgroundColor = [UIColor whiteColor];
self.anchorImageView.image = nil;
[self configureContentInset];
- [self addPlacePageShadowToView:self.extendedPlacePageView];
+ [self addPlacePageShadowToView:self.extendedPlacePageView offset:CGSizeMake(2.0, 4.0)];
[self.extendedPlacePageView addSubview:self.actionBar];
[self.manager addSubviews:@[self.extendedPlacePageView] withNavigationController:nil];
}