[iOS] localize "Next" button on guide sharing screen

https://jira.mail.ru/browse/MAPSME-14729
This commit is contained in:
Aleksey Belousov 2020-09-02 07:44:25 +03:00 committed by Maksim Andrianov
parent 46d725b966
commit 81104fa3da

View file

@ -15,6 +15,7 @@ class GuideNameViewController: MWMTableViewController {
nameTextField.placeholder = L("name_placeholder")
nameTextField.text = guideName
nameTextField.becomeFirstResponder()
nextBarButton.title = L("whats_new_next_button")
nextBarButton.isEnabled = (nameTextField.text?.count ?? 0) > 0
}