[MAPSME-6609] [ios] Removed NY dog.

This commit is contained in:
Ilya Grechuhin 2018-01-24 12:09:05 +03:00 committed by Roman Kuznetsov
parent 0ccec9cde7
commit e23476b65e
6 changed files with 2 additions and 25 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

View file

@ -13,7 +13,7 @@ final class SearchNoResultsViewController: MWMViewController {
override func viewDidLoad() {
super.viewDidLoad()
container.addSubview(MWMSearchNoResults.view(with: #imageLiteral(resourceName: "img_mappyny"),
container.addSubview(MWMSearchNoResults.view(with: #imageLiteral(resourceName: "img_search_not_found"),
title: L("search_not_found"),
text: L("search_not_found_query")))
MWMKeyboard.add(self)

View file

@ -61,7 +61,7 @@
{
if (!_noResultsView)
{
_noResultsView = [MWMSearchNoResults viewWithImage:[UIImage imageNamed:@"img_mappyny"]
_noResultsView = [MWMSearchNoResults viewWithImage:[UIImage imageNamed:@"img_search_not_found"]
title:L(@"search_not_found")
text:L(@"search_not_found_query")];
}