forked from organicmaps/organicmaps
[iOS] localize "Next" button on guide sharing screen
https://jira.mail.ru/browse/MAPSME-14729
This commit is contained in:
parent
46d725b966
commit
81104fa3da
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue