Skip to content

Commit 2c7007b

Browse files
Update quick-ios-app.md
change the file path to ../media/quick-ios-app/
1 parent 0a55b49 commit 2c7007b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-maps/quick-ios-app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Create a new Azure Maps account with the following steps:
4040
* Read the _License_ and _Privacy Statement_, and check the checkbox to accept the terms.
4141
* Click the **Create** button.
4242

43-
![Create an azure maps ccont.](./media/create-an-ios-app/create-account.png)
43+
![Create an azure maps ccont.](./media/quick-ios-app/create-account.png)
4444

4545
## Get the primary key for your account
4646

@@ -53,7 +53,7 @@ Once your Maps account is successfully created, retrieve the primary key that en
5353
> [!Note]
5454
> If you use the Azure subscription key instead of the Azure Maps primary key, your map won't render properly. Also, for security purposes, it is recommended that you rotate between your primary and secondary keys. To rotate keys, update your app to use the secondary key, deploy, then press the cycle/refresh button beside the primary key to generate a new primary key. The old primary key will be disabled. For more information on key rotation, see [Set up Azure Key Vault with key rotation and auditing](https://docs.microsoft.com/azure/key-vault/secrets/tutorial-rotation-dual)
5555
56-
![get the subscription key.](./media/create-an-ios-app/get-key.png)
56+
![get the subscription key.](./media/quick-ios-app/get-key.png)
5757

5858
## Create a project in Xcode
5959

@@ -65,7 +65,7 @@ First, create a new iOS App project. Complete these steps to create an Xcode pro
6565

6666
See the [Creating an Xcode Project for an App](https://developer.apple.com/documentation/xcode/creating-an-xcode-project-for-an-app) for more help with creating a new project.
6767

68-
![create the first iOS application.](./media/create-an-ios-app/create-app.png)
68+
![create the first iOS application.](./media/quick-ios-app/create-app.png)
6969

7070
## Install the Azure Maps iOS SDK
7171

@@ -76,14 +76,14 @@ The next step in building your application is to install the Azure Maps iOS SDK.
7676
3. Switch to **Swift Package** tab
7777
4. Add Azure Maps iOS SDK: `{link goes here}`
7878

79-
![add a iOS project](./media/create-an-ios-app/add-project.png)
79+
![add a iOS project](./media/quick-ios-app/add-project.png)
8080

8181
## Add MapControl view
8282

8383
1. Add custom `UIView` to view controller
8484
2. Select `MapControl` class from `AzureMapsControl` module
8585

86-
![add auzre maps contro.l](./media/create-an-ios-app/add-map-control.png)
86+
![add auzre maps contro.l](./media/quick-ios-app/add-map-control.png)
8787

8888
3. In the **AppDelegate.swift** file you'll need to:
8989
* add import for the Azure Maps SDK
@@ -92,11 +92,11 @@ Setting the authentication information on the AzureMaps class globally using the
9292

9393
4. Select the run button, as shown in the following graphic (or press `CMD` + `R`), to build your application.
9494

95-
![run the ios application.](./media/create-an-ios-app/run.png)
95+
![run the ios application.](./media/quick-ios-app/run.png)
9696

9797
Xcode will take a few seconds to build the application. After the build is complete, you can test your application in the simulated iOS device. You should see a map like this one:
9898

99-
![your first map on iOS application.](./media/create-an-ios-app/example.png)
99+
![your first map on iOS application.](./media/quick-ios-app/example.png)
100100

101101
## Clean up resources
102102

0 commit comments

Comments
 (0)