darkheartfelt
darkheartfelt

Reputation: 1078

Implementing 3D Maps with MKMapView in iOS7

I've dropped an MKMapView into my project in Interface Builder and checked the ratio button for "3D Perspective".

But when I run the app, I'm unable to adjust the pitch using a two finger swipe, so it's appearing as though the 3D Perspective simply isn't functioning.

What am I doing wrong?

Upvotes: 2

Views: 1354

Answers (1)

darkheartfelt
darkheartfelt

Reputation: 1078

3D Perspective only works when the type is set to "Map". You can't pitch the view if it's type is Satellite or Hybrid.

Upvotes: 5

Related Questions