diff --git a/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.swift b/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.swift index f970736ad8..704445eda3 100644 --- a/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.swift +++ b/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.swift @@ -25,8 +25,15 @@ class BottomMenuLayersCell: UITableViewCell { super.awakeFromNib() MapOverlayManager.add(self) closeButton.setImage(UIImage(named: "ic_close")) + setupButtons() } - + + private func setupButtons() { + outdoorButton.setupWith(image: UIImage(resource: .btnMenuOutdoors), text: L("button_layer_outdoor")) + isoLinesButton.setupWith(image: UIImage(resource: .btnMenuIsomaps), text: L("button_layer_isolines")) + subwayButton.setupWith(image: UIImage(resource: .btnMenuSubway), text: L("button_layer_subway")) + } + deinit { MapOverlayManager.remove(self) } @@ -89,3 +96,12 @@ private extension BottomMenuLayersCell { enabled ? .mapMenuButtonEnabled : .mapMenuButtonDisabled } } + +private extension BottomMenuLayerButton { + func setupWith(image: UIImage, text: String) { + self.image = image + spacing = 10 + numberOfLines = 2 + localizedText = text + } +} diff --git a/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.xib b/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.xib index e017f87d74..0af76d2f3d 100644 --- a/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.xib +++ b/iphone/Maps/UI/BottomMenu/Menu/Cells/BottomMenuLayersCell.xib @@ -83,16 +83,6 @@ - - - - - - - - - - @@ -100,16 +90,6 @@ - - - - - - - - - - @@ -117,16 +97,6 @@ - - - - - - - - - - @@ -178,9 +148,4 @@ - - - - -