I am new to iphone App development, I Need code Current Location of the user. I want show his Location in My App using map Kit. Please tell me how to do that?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You may refer the apple's document for this CLLocationmanager class reference |
|||
|
|
|
Hope this link will help Playing with MapKit |
|||
|
|
|
||||
|
|
|
You need to tell the map view to show the user's location (it's not on by default). Add this to the viewDidLoad:
Note that in the simulator, the user location is always Cupertino, CA so you might not see it depending on the map's current center and zoom. |
||||
|
|
