-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mapbox Cookbook
By :
In this recipe, we will discover how you can integrate your projects with Mapbox GL.
The easiest way to link to external libraries or frameworks on the iOS platform is via CocoaPods. It's the most popular package manager and is built with Ruby, which is preinstalled in OS X. Also, installing it is extremely easy, as shown:
Open a terminal.
Paste the following command:
sudo gem install cocoapods
After a few moments, CocoaPods will be installed. To make sure that everything is working, you can check the version via the following command:
pod –version
We will get back something similar to this:
0.37.2
You can learn more about CocoaPods at https://cocoapods.org.
Perform the following steps:
Open Xcode, and from the templates, select Single View Application.
If you don't have Xcode installed, you can download it for free from the Mac App Store at https://itunes.apple.com/us/app/xcode...
Change the font size
Change margin width
Change background colour