forked from organicmaps/organicmaps
[ios] Changed bookmark name editor’s enter button to “Done” as it closes the editor
This commit is contained in:
parent
33656e682f
commit
fb8187925b
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
Bookmark const * bookmark = category->GetBookmark(self.bookmarkAndCategory.second);
|
||||
|
||||
self.textField.delegate = self;
|
||||
self.textField.returnKeyType = UIReturnKeyDone;
|
||||
|
||||
if (!self.temporaryName)
|
||||
self.textField.text = bookmark->GetName().empty() ? NSLocalizedString(@"dropped_pin", nil) : [NSString stringWithUTF8String:bookmark->GetName().c_str()];
|
||||
|
|
Loading…
Add table
Reference in a new issue