Building A Vending Machine App - Part 3
Just going to crack on! Not so much happening today so a good chance to. I'm in two minds though - I don't feel like I'm getting that much out of this course, yet. Part of me feels I should go over it, try to make more sense of each step. However, having looked at the comments the general consensus is that this is a HARD course! No point in wasting hours on it. So I've decided to crack on with it, glean what I can; I always have the option to revisit anything if necessary. As I've mentioned before, it will be the Udemy courses of building real-life apps where I will hopefully pick up key skills and useful titbits, key knowledge or however you want to say it. Anyway, here we go.... Diplaying Icons with UIImage We want to avoid type coupling. So each class has a specific purpose to it. Now we're going to focus on getting the right icons, which match up to what Pasan showed initially. The icons are already in the assets folder. There are three versions to acc...