iOS Foundations - Module 2 - Lesson 2 Challenge: Card Deck with Physical Card

Hey guys, I’m not sure if anyone else did this, but when I first started the challenge I thought it needed us to represent the card on the screen as well. Later, did I realize that it only needed a struct versus a physical card struct on the screen. Still here’s what I ended up building after about two days, and a few hours work…

GitHub code: GitHub - agholson/Card-App-Module-2-Lesson-2-Challenge

Appreciated this challenge! Definitely made me look things up on my own more. One of the best things about CodeWithChris are these challenges. I was lost, when I started it. I kept asking myself, how did we do this before? Which lesson did we build a similar feature etc.