forked from organicmaps/organicmaps
[iOS] fixed bookmarks list description on iOS 10
This commit is contained in:
parent
6992363e78
commit
1bbe21e15d
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ CGFloat const kPinDiameter = 18.0f;
|
|||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
self.tableView.estimatedRowHeight = 44;
|
||||
[self.tableView registerWithCellClass:MWMCategoryInfoCell.class];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue