forked from organicmaps/organicmaps
[ios] Fixed background color for bookmark cells
This commit is contained in:
parent
ee663d56da
commit
dc3fbf5fdf
1 changed files with 2 additions and 0 deletions
|
@ -23,9 +23,11 @@
|
|||
|
||||
bmName.font = self.textLabel.font;
|
||||
bmName.textColor = self.textLabel.textColor;
|
||||
bmName.backgroundColor = [UIColor clearColor];
|
||||
|
||||
bmDistance.font = self.detailTextLabel.font;
|
||||
bmDistance.textColor = self.detailTextLabel.textColor;
|
||||
bmDistance.backgroundColor = [UIColor clearColor];
|
||||
|
||||
self.detailTextLabel.text = nil;
|
||||
self.textLabel.text = nil;
|
||||
|
|
Loading…
Add table
Reference in a new issue