Made a new YouTube video
My new YT video is out 🚀 Last week I have learned a handy tip when working with optional enum in switch 💡

When you are working on switch statement with optional value in Swift you can use .none case instead of default. Which is a little better and I will show you why.

#iOS #SwiftLang #programming