Today I learned … that, okay, yes there is a difference between class and struct. I’m still not fully clear why there needs to be a difference, or why one can’t be used in place of the other, but I’m sure that will become apparent. That difference being the difference […]
iOS Foundations – Module 2
So, over the last several days, we’ve been learning many things that have a familiar feel to them. Struct, for instance, reminds me an awful lot of Class from my PHP OOP. Today we learned that we also use Class, which is very similar to Struct, only you can do […]
The reward for taking time to go over the previous lesson in the module is that the next one becomes more understandable. Today I learned … to not rush. It may be tempting to skip over the tough bits in the hope that all will be made clear, but learning […]
Okay, so I’ll admit it. Yesterday’s CodeWithChris challenge from Lesson 1 of Module 2 of the iOS Foundation course threw me out of my mindset for a moment. Having watched the video about arrays, refamiliarising myself with what they are from other languages, and adapting what I knew to what […]
Today I Learned ... to not over-reach. Projects in Xcode offer an option of setting up a Git resource. Git / GitHub is something I’ve come across from time to time – I guess every coder has – but I’ve never actually used it. So I looked into it this […]