[ios] Fixed background color for bookmark cells

This commit is contained in:
Alex Zolotarev 2012-10-29 16:17:14 +03:00 committed by Alex Zolotarev
parent ee663d56da
commit dc3fbf5fdf

View file

@ -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;