[MAPSME-3178] [ios] Added title to to MWMSearchNoResults screen.

This commit is contained in:
Ilya Grechuhin 2016-12-08 14:58:02 +03:00
parent 6a7faa2a05
commit 485208cd3a

View file

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