In order to view this lesson, you must purchase this course.
For each card, one feature that is very useful is the ability to page between user photos on tap. The first bit of code we'll have to modify is our <b>CardViewModel</b> to allow it hold more than one single image. We'll introduce an imageNames property and also turn model into a class instead as it'll be easier to work with later on.
By the end of the lesson, we'll have the ability to cycle through many photos that belong to a user.