diff --git a/iphone/Maps/Classes/MWMBookmarkDescriptionViewController.xib b/iphone/Maps/Classes/MWMBookmarkDescriptionViewController.xib index c2186c41fb..8a8a59029b 100644 --- a/iphone/Maps/Classes/MWMBookmarkDescriptionViewController.xib +++ b/iphone/Maps/Classes/MWMBookmarkDescriptionViewController.xib @@ -8,7 +8,6 @@ - @@ -19,7 +18,7 @@ - + @@ -30,7 +29,7 @@ - + @@ -42,14 +41,14 @@ - - - - - - - - + + + + + + + + diff --git a/iphone/Maps/Classes/MWMiPhonePortraitPlacePage.mm b/iphone/Maps/Classes/MWMiPhonePortraitPlacePage.mm index 5fba16efdc..98b3da9af0 100644 --- a/iphone/Maps/Classes/MWMiPhonePortraitPlacePage.mm +++ b/iphone/Maps/Classes/MWMiPhonePortraitPlacePage.mm @@ -163,8 +163,7 @@ typedef NS_ENUM(NSUInteger, MWMiPhonePortraitPlacePageState) BOOL const isLandscape = size.width > size.height; CGFloat const width = isLandscape ? size.height : size.width; CGFloat const height = isLandscape ? size.width : size.height; - CGFloat const gapHeight = -8.; - return {width / 2, height + self.topY + (self.isHover ? 0 : gapHeight)}; + return {width / 2, height + self.topY}; } - (CGPoint)getHoverTargetPoint diff --git a/iphone/Maps/Classes/PlacePageBookmarkCell.xib b/iphone/Maps/Classes/PlacePageBookmarkCell.xib index 038992183c..c205442122 100644 --- a/iphone/Maps/Classes/PlacePageBookmarkCell.xib +++ b/iphone/Maps/Classes/PlacePageBookmarkCell.xib @@ -1,8 +1,8 @@ - + - + @@ -11,7 +11,7 @@ - + @@ -67,11 +67,15 @@ - + - + + + + + @@ -88,7 +92,7 @@ - - - - - - + @@ -126,13 +125,11 @@ - + - - + + - - @@ -140,10 +137,8 @@ - - + -