Google Maps iOS SDK and storyboards

I was hoping that someone would be able to explain how to get started with Google Maps and Xcode folding cards. I cannot find any information on how to actually do this. I just need an example or steps to take.

In this http://www.youtube.com/watch?v=r3H8dFG0UCY video with Google shortcuts. But I do not see the code in the video.

Any help would be appreciated, thanks.

+4
source share
1 answer

Create in the view in which you want to insert the map a common UIView than in the file inspector, assign it a custom class "GMSMapView".

IBOutlet .

+8

All Articles