forked from organicmaps/organicmaps
[ios] Fixed bug with wrong bookmark title behavior.
This commit is contained in:
parent
2a0bd7e1ae
commit
cfd112f0c0
1 changed files with 3 additions and 0 deletions
|
@ -86,16 +86,19 @@ extern NSString * const kBookmarkCellWebViewDidFinishLoadContetnNotification = @
|
|||
- (IBAction)colorPickerButtonTap
|
||||
{
|
||||
[self.placePage changeBookmarkColor];
|
||||
[self.title resignFirstResponder];
|
||||
}
|
||||
|
||||
- (IBAction)categoryButtonTap
|
||||
{
|
||||
[self.placePage changeBookmarkCategory];
|
||||
[self.title resignFirstResponder];
|
||||
}
|
||||
|
||||
- (IBAction)editTap
|
||||
{
|
||||
[self.placePage changeBookmarkDescription];
|
||||
[self.title resignFirstResponder];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue