forked from organicmaps/organicmaps
[ios] Tint Route To button with a blue color
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
4fc853523b
commit
4a2818f184
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ NSString *titleForButton(MWMActionBarButtonType type, BOOL isSelected) {
|
|||
break;
|
||||
case MWMActionBarButtonTypeRouteTo:
|
||||
[self.button setImage:[UIImage imageNamed:@"ic_route_to"] forState:UIControlStateNormal];
|
||||
self.button.imageView.tintColor = [UIColor linkBlue];
|
||||
break;
|
||||
case MWMActionBarButtonTypeShare:
|
||||
[self.button setImage:[UIImage imageNamed:@"ic_menu_share"] forState:UIControlStateNormal];
|
||||
|
|
Loading…
Add table
Reference in a new issue