forked from organicmaps/organicmaps
[ios] Fixed strange taxi cell's behavior while it appears.
This commit is contained in:
parent
fc9e0b5f91
commit
029e314135
1 changed files with 6 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Reference in a new issue