[iOS] fixed bookmarks list description on iOS 10

This commit is contained in:
Aleksey Belouosv 2018-07-20 14:50:20 +03:00 committed by Roman Kuznetsov
parent 6992363e78
commit 1bbe21e15d

View file

@ -325,6 +325,7 @@ CGFloat const kPinDiameter = 18.0f;
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.estimatedRowHeight = 44;
[self.tableView registerWithCellClass:MWMCategoryInfoCell.class];
}