Nico
Nico

Reputation: 1838

MKMapview don't show map in iOS-7.0 in simulator

I am using MKMapView in my application. i need to show current location on Map. When i am showing it on iOS 6.0 or 6.1, it is working fine.
On iOS 7.0, Map is not appearing properly.

have a look of map in iOS 7.0 -

enter image description here


Can anyone suggest why map's background is not appearing here, is there any extra approach form iOS 6.0, we will have to perform to show map in simulator in iOS-7.0 ?

Upvotes: 0

Views: 3358

Answers (1)

Bhumeshwer katre
Bhumeshwer katre

Reputation: 4671

Simulator will not show user current location no matter whether it is iOS 6, 6.1 or iOS 7. To simulate location you can see here. If you want to show user current location then run your app in device

Upvotes: 6

Related Questions