[MAPSME-6920] [ios] Updated Yandex logo.

This commit is contained in:
Ilya Grechuhin 2018-02-27 13:38:32 +03:00 committed by Roman Kuznetsov
parent 45aa3c0624
commit 48f96cee99
8 changed files with 14 additions and 25 deletions

View file

@ -21,7 +21,7 @@ final class RoutePreviewTaxiCell: UICollectionViewCell {
switch type {
case .taxi: return #imageLiteral(resourceName: "icTaxiTaxi")
case .uber: return #imageLiteral(resourceName: "icTaxiUber")
case .yandex: return #imageLiteral(resourceName: "icTaxiYandex")
case .yandex: return #imageLiteral(resourceName: "ic_taxi_logo_yandex")
}
}

View file

@ -1,23 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "icTaxiYandex.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "icTaxiYandex@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "icTaxiYandex@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View file

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ic_taxi_logo_yandex.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

View file

@ -35,7 +35,7 @@ final class PlacePageTaxiCell: MWMTableViewCell {
icon.image = #imageLiteral(resourceName: "icTaxiUber")
title.text = L("uber")
case .yandex:
icon.image = #imageLiteral(resourceName: "icTaxiYandex")
icon.image = #imageLiteral(resourceName: "ic_taxi_logo_yandex")
title.text = L("yandex_taxi_title")
}
}