Is this SwiftUI pro tip even useful? You decide. | iOS Compressed: 60-second video series
Jan 28, 2021, 9:00 AM
55
This is a small SwiftUI pro tip that may—or may not—be something you like or even find useful. Will it help you reduce the amount of code you write? Or will it not? You be the judge!
Follow me on Twitter @scottsmithdev...
Getting Started with SwiftUI - Part 3: View Modifiers
Mar 11, 2020, 10:02 AM
09:37
This is part 3 in my series called Getting Started with SwiftUI, and in this video we'll be focusing on modifying your views -- or in other words -- changing the way they look. Or in other OTHER words, styling your views! In this video I...
Getting Started with SwiftUI - Part 2: Making Views
Mar 4, 2020, 10:15 AM
08
In this video, which is part 2 of the Getting Started with SwiftUI series, you will learn the basics of creating essential views in iOS apps using SwiftUI. I think you'll be really surprised and excited to see how fun and easy this can be!...
Getting Started with SwiftUI - Part 1: New Project
Feb 26, 2020, 10:00 AM
07:15
This is part 1 of my series called Getting Started with SwiftUI. In this video you'll learn things like how to start a new SwiftUI project in Xcode and where to go from there! At the end of this video you'll know exactly what's what and...
Dev life preparation tip: FOCUS
Feb 14, 2020, 4:00 PM
02:01
In this video I share a tip with you on creating a certain habit related to focus in order to be prepared for developer life -- or the dev life -- at a real company. So here's a dev life preparation tip! Hope it helps!
Scott Smith
Follow...
a SwiftUI Gradient in 60 seconds!
Feb 13, 2020, 9:15 AM
01
This video will show you—in LESS than 60 seconds—how easy it is to create a gradient of colors in SwiftUI! Let me know in the comments if you've played around with gradients like LinearGradient, AngularGradient and RadialGradient because...
Organize your SwiftUI - Part 3: Names & Folders
Feb 12, 2020, 9:15 AM
05:49
This is the 3rd and final part to this series on how to organize your SwiftUI. In this video I walk you through my approach to names and folders, or in other words, naming my structs, variables and functions, and putting my files into...
The "Tired" Developer Excuse
Feb 11, 2020, 9:15 AM
02:28
In this video I talk about something I've thought about for the better part of a decade: the "tired" developer excuse. Watch to find out what in the world I'm talking about! Own your mistakes, say thank you, stop caring what others think...
Organize your SwiftUI - Part 2: View Extraction
Feb 10, 2020, 9:15 AM
07:52
This is part 2 in a little series on how to organize your SwiftUI code. This second tutorial will teach you 3 ways of extracting your views from your view body in order to make things easier to read and easier to maintain. Please comment...
Are YOU scared of Unit Testing? Don't be. (A slightly coherent ramble) | iOS, Swift, SwiftUI
Feb 5, 2020, 9:13 AM
04:17
Are you scared of unit testing your iOS, Swift and SwiftUI apps? You shouldn't be. I know I used to be scared! In this video I'll help you get a slightly better understanding of what unit testing is and how it can help you and why I like...
Organize your SwiftUI - Part 1: Separation
Jan 31, 2020, 10:00 AM
07:03
This is part 1 in a little series on how to organize your SwiftUI code. This first tutorial will focus on separation of concerns. In other words, you'll learn a good and clean way to separate your data code from your view code. Let me know...
Quick test livestream hangout Q&A
Jan 10, 2020, 8:59 PM
47:57
Follow me on Twitter! https://twitter.com/scottsmithdev
Subscribe to my podcast! https://podcasts.apple.com/us/podcast/ios-building-blocks/id1468342297
Support my work on Patreon! https://patreon.com/scottsmithdev
#iOSdev #SwiftLang...
A Tip for Debugging, in 60 seconds! iOS, Swift, SwiftUI
Dec 5, 2019, 9:32 AM
01
In this video, you'll learn a very helpful tip to use when debugging in Swift and SwiftUI iOS projects, in just 60 seconds. Does 1 minute sound better? OK, then one minute. Keywords? Sixty seconds? Done. This involves using compile...
SwiftUI: How to Rearrange List Rows, 2 Steps, 60 seconds | iOS
Nov 27, 2019, 9:15 AM
01
In this video, within 60 seconds, you will learn exactly how to implement the rearrange rows functionality to your List in SwiftUI -- in just 2 steps! Take one minute to learn these two steps and have your life changed forever :)
Scott...
How to fix “do not have matching underlying types” in SwiftUI. “opaque return type”
Oct 31, 2019, 12:46 PM
06:45
In this video, I show you a fantastic solution for View type erasure in SwiftUI. If you've ever seen the error in SwiftUI that says "Function declares an opaque return type, but the return statements in its body do not have matching...
SwiftUI: How to resize an Image — in 60 seconds | iOS
Oct 14, 2019, 1:00 PM
01:01
In this 60-second video I show you how to resize an image in SwiftUI. It's a quick and easy thing, and you'll even learn how to scale your images!
Follow me on Twitter! https://twitter.com/scottsmithdev
Subscribe to my podcast!...