[ios] Fixed strange taxi cell's behavior while it appears.

This commit is contained in:
VladiMihaylenko 2016-10-31 12:03:48 +03:00 committed by Илья Гречухин
parent fc9e0b5f91
commit 029e314135

View file

@ -16,6 +16,12 @@
@implementation MWMTaxiPreviewCell
- (void)awakeFromNib
{
[super awakeFromNib];
[self.icon layoutIfNeeded];
}
- (void)configWithProduct:(uber::Product const &)product;
{
self.product.text = @(product.m_name.c_str());