diff --git a/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift b/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift index 642a24a6aa..d4a2d2b187 100644 --- a/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift +++ b/iphone/Maps/UI/BottomMenu/Menu/BottomMenuViewController.swift @@ -43,6 +43,7 @@ class BottomMenuViewController: MWMViewController { override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() + tableView.setNeedsLayout() tableView.layoutIfNeeded() heightConstraint.constant = min(tableView.contentSize.height, view.height) tableView.isScrollEnabled = tableView.contentSize.height > heightConstraint.constant;