As you learned in the previous chapter, our plist has a Root; for this new file, we created a Dictionary as our Root type. Since we are going to display a list of locations, we need our Root to be an Array:
- Click on Dictionary in the plist and change it to Array:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/cdffba87-c9ce-4a13-896b-dc7b7c04611a.png)
- You should see a plus next to Array (if the plus button is not displaying, hover your mouse over that line item, and it will appear):
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/d92fc34d-85ca-43a8-b10c-4e07b23c942b.png)
- Click on the plus button, and it will add a new item with a String type. Change the type to Dictionary:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/3cc6bc88-9e57-4ac5-88bf-d8f59cf60beb.png)
- Click on the plus button that appears when you hover over Item 0.
- We now need to update the New Item. Update the Key property to say state and update the Value property of the new item by entering CO:
![](https://static.packt-cdn.com/products/9781789348668/graphics/assets/fa2feaff-937f-4a8e-b0b6-03a39a280d8c.png)
- Next, click on the plus button when you hover over the state.
- Update the Key property to say city and update the Value property of the new item...