diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm index cb94adf0c2..df230bc7b6 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm +++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/MWMPlacePageLayout.mm @@ -332,7 +332,8 @@ map const kMetaInfoCells = { auto data = self.data; if (!data) - return [tableView dequeueReusableCellWithCellClass:[UITableViewCell class] indexPath:indexPath]; + return [[UITableViewCell alloc] init]; + id delegate = self.delegate; switch (data.sections[indexPath.section]) {