Nick Furness explains how to install the libraries and create a simple mapping application for an Apple device with the ArcGIS API for iOS and the ArcGIS Basemaps layer service.
🕑 Chapters
=============
00:00 Intro
00:08 Install and set up docs
00:30 Create a new project
00:48 Add package dependency
01:04 Import ArcGIS to ViewController
01:17 Adding UIView to the storyboard
01:39 Setting class type
01:45 Making View's connection
01:55 Create a Map
02:14 Link map and view
02:20 Setting an API key
02:55 Running the app