forked from organicmaps/organicmaps
[iOS] Bookmark's color selection logging
This commit is contained in:
parent
58724d59ee
commit
c98685874b
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#import "SelectColorVC.h"
|
||||
#import "BalloonView.h"
|
||||
#import "Statistics.h"
|
||||
|
||||
static NSString * g_colors [] = {
|
||||
@"placemark-red",
|
||||
|
@ -62,6 +63,7 @@ static NSString * g_colors [] = {
|
|||
m_balloon.pinImage.image = cell.imageView.image;
|
||||
m_balloon.color = g_colors[indexPath.row];
|
||||
[self.navigationController popViewControllerAnimated:YES];
|
||||
[[Statistics instance] logEvent:@"Select Bookmark color"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue