
iOS 15 Programming for Beginners
By :

The Xcode playground for this chapter is in the Chapter05
folder of the code bundle for this book, which can be downloaded here:
https://github.com/PacktPublishing/iOS-15-Programming-for-Beginners-Sixth-Edition
Check out the following video to see the code in action:
If you wish to start from scratch, create a new playground and name it CollectionTypes
. You can type in and run all of the code in this chapter as you go along.
Important Information
To find out more about arrays, dictionaries, and sets, visit https://docs.swift.org/swift-book/LanguageGuide/CollectionTypes.html.
The first collection type you will learn about are arrays, which lets you store information in an ordered list.