tags:

views:

170

answers:

1

Hy, I'm new to iPhone development, and I wanna make an application with map that will have few pins in it.. Can someone pleeease just add one or two pins in my project so that I can see how to do that.. I've tried to do that with few tutorials, but I dont get it where to put the code.. =/

Here's the link where you can download my project if you are kind enough to help me: http://www.megaupload.com/?d=PZ38FR0G

A: 

You'll want to use an MKPinAnnotationView. The MapCallouts demo project has some example uses of it. Look at the MapViewController.m file, specifically the mapView:viewForAnnotation: method.

Ben S