Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
//  MKCustomAnnotationView.m
//  iPhoneVodafone190UB
//
//  Created by Roberto on 13/04/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import "MKCustomAnnotationView.h"
#import "MapAnnotation.h"

@implementation MKCustomAnnotationView

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event {
	[[NSNotificationCenter defaultCenter] postNotificationName:@"MKCustomAnnotationViewSelected" object:((MapAnnotation *)self.annotation).mapItem];
}

@end

Commits for Nextrek/iOS/Location/Location/MKCustomAnnotationView.m

Diff revisions: vs.
Revision Author Commited Message
63 FAquili picture FAquili Sat 18 Jan, 2014 16:59:40 +0000

Parcheggio Roma 1.0