From 9bcd78949b2e6f8c38b1aa5f2ff755038949c571 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Wed, 23 Mar 2016 14:19:02 +0300 Subject: [PATCH] [ios] UI bugs fixes. --- .../DownloadMapRequest/MWMDownloadMapRequest.xib | 8 ++++---- iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.xib | 6 +++--- iphone/Maps/UIButton+RuntimeAttributes.mm | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/iphone/Maps/Classes/CustomViews/DownloadMapRequest/MWMDownloadMapRequest.xib b/iphone/Maps/Classes/CustomViews/DownloadMapRequest/MWMDownloadMapRequest.xib index cc497d505c..be23ee21d1 100644 --- a/iphone/Maps/Classes/CustomViews/DownloadMapRequest/MWMDownloadMapRequest.xib +++ b/iphone/Maps/Classes/CustomViews/DownloadMapRequest/MWMDownloadMapRequest.xib @@ -1,8 +1,8 @@ - + - + @@ -41,13 +41,13 @@ - + - + diff --git a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.xib b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.xib index fe71417b85..c47ffcb281 100644 --- a/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.xib +++ b/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.xib @@ -1,8 +1,8 @@ - + - + @@ -12,7 +12,7 @@ - + diff --git a/iphone/Maps/UIButton+RuntimeAttributes.mm b/iphone/Maps/UIButton+RuntimeAttributes.mm index e2a483420d..ebde4aea61 100644 --- a/iphone/Maps/UIButton+RuntimeAttributes.mm +++ b/iphone/Maps/UIButton+RuntimeAttributes.mm @@ -58,6 +58,7 @@ - (void)setBackgroundColor:(UIColor *)color forState:(UIControlState)state { + [self setBackgroundColor:[UIColor clearColor]]; [self setBackgroundImage:[UIImage imageWithColor:color] forState:state]; }