Reputation:
I was hoping someone could explain how to get started with Google Maps and Xcode storyboards. I can't find any information about how to actually do it. I just need an example or the steps to take.
There is this http://www.youtube.com/watch?v=r3H8dFG0UCY Google shortcuts video. But I can't see the code in the video.
Any help would be appreciated, thanks.
Upvotes: 4
Views: 3256
Reputation: 1848
Create in the View in which you want to insert the map a generic UIView, than in the file inspector, give it the custom class "GMSMapView".
Then you can create a IBOutlet to it in the view controller header file and initialize the map..
Upvotes: 9