How to put a button on a Map in Iphone
问题 i am trying to pull a map in my applcation with interface builder using MKMapView but for some reason its not showing up. Also i want to add some button to this view by clicking which i can browse a file existing in my iphone. Please provide me with the detial description as i am new to this. Thanks, 回答1: You'll want to add an annotation to the map, then provide a custom view for it. To add an annotation to the map, adopt the MKAnnotation protocol in one of your objects and set its coordinate