From the course: Swift 6 Essential Training

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Gathering inventory with collections

Gathering inventory with collections - Swift Tutorial

From the course: Swift 6 Essential Training

Gathering inventory with collections

- Now, that we've got variables, and types under our belts, we can explore collections. These special types are going to let us store data that basic types can't, like a list of high scores or the items and pricing of a shop's inventory. We'll also be looking at different ways to access and modify specific collection elements, as well as the common operations they come with right out of the box.

Contents