Angela Yu Xcode 12 Course - Part 9 (lectures 93 to 112)
Managing to keep some momentum going! Have around 45 minutes or so now. The next chapter is the Quizzler app, which I used again recently to make my F1Quiz. So this really is a skim through. Couple of key things I want to go over are the pop ups and the progress bar. And the general MVC principle again. OK let's go! Start Time - 10:35 Status Bar Style - light. This is for the battery and anything else on the very top bar. You can also hide that as well. So you need to go to info.plist file. Add a new one and add view controller-based status bar; type boolean; answer NO. Info about the .plist So this is the CLASS for a question/answer format. Much better than just using a dictionary - I tried using that before. Object Oriented Programming (OOP) Analogy of restaurant - I've seen this before but it's a really good one. I liked Sandra's pizza one too. So classes - blue print for an object. Ok difference with method/function - method is inside a class...