forked from organicmaps/organicmaps
[ios] Category's images now support map style switch.
This commit is contained in:
parent
17dd4960b1
commit
db41a76782
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#import "Macros.h"
|
||||
#import "MWMSearchCategoryCell.h"
|
||||
#import "UIImageView+Coloring.h"
|
||||
|
||||
@interface MWMSearchCategoryCell ()
|
||||
|
||||
|
@ -20,7 +21,7 @@
|
|||
- (void)setCategory:(NSString *)category
|
||||
{
|
||||
self.label.text = L(category);
|
||||
self.icon.image = [UIImage imageNamed:[NSString stringWithFormat:@"ic_%@_light", category]];
|
||||
self.icon.mwm_name = [NSString stringWithFormat:@"ic_%@", category];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue