From f22068c0523d00748801b9f8f922e13f4b63c473 Mon Sep 17 00:00:00 2001 From: Kiryl Kaveryn Date: Sun, 12 May 2024 17:29:51 +0400 Subject: [PATCH] [ios] add support for the `website_menu` to the Edit/Add place screen Signed-off-by: Kiryl Kaveryn --- iphone/Maps/UI/Editor/MWMEditorViewController.mm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/iphone/Maps/UI/Editor/MWMEditorViewController.mm b/iphone/Maps/UI/Editor/MWMEditorViewController.mm index 4b47e4e481..9530334753 100644 --- a/iphone/Maps/UI/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/UI/Editor/MWMEditorViewController.mm @@ -478,6 +478,17 @@ void registerCellsForTableView(std::vector const & cells, UITab keyboardType:UIKeyboardTypeURL]; break; } + case MetadataID::FMD_WEBSITE_MENU: + { + [self configTextViewCell:cell + cellID:cellID + icon:@"ic_placepage_website_menu" + placeholder:L(@"website_menu") + errorMessage:L(@"error_enter_correct_web") + isValid:isValid + keyboardType:UIKeyboardTypeURL]; + break; + } case MetadataID::FMD_EMAIL: { [self configTextViewCell:cell