Tag: video
-
iOS Academy
I seem to consume a lot of iOS Academy videos with great, short (< 10 minute) explanations of various Swift iOS programming topics – particularly little UI topics, like this one on the Grid View. I really appreciate the generous content provision in the Swift and iOS development community. Perhaps this is the same for…
-
MVVM Explained
The first nine minutes of this video from Emmanuel Okwara finally gave me a clear understanding of the difference between MVC and MVVM. In both MVC and MVVM the data & logic (Model) are separated from the part that the user interacts (View). Usually the View is a screen with controls and so on, but…
-
Xcode Tour
If you need a solid tour of the basics plus of Xcode, this is a great video from Karin Prater. Its the first video in her “Design-oriented course on SwiftUI”.
-
Gitting Started
One of my early goals was to get in the habit of using version control with Git/Github, and I’ve got that sorted out today. My source was this excellent, very clear video from Gwen Faraday. I highly recommend it if you are just starting. It possibly helped that I’m also on mac, so I didn’t…