[iOS] Bookmark's color selection logging

This commit is contained in:
Kirill Zhdanovich 2013-04-29 15:50:44 +03:00 committed by Alex Zolotarev
parent 58724d59ee
commit c98685874b

View file

@ -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