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]; }