
Tag: swift
Fun with SpriteKit and SwiftUI
Doing development just for the fun of it is a great reward. That is where my SpriteKit and SwiftUI art generator project comes in.
How to customize a Mac app About screen
You can create custom about screens for macOS applications. Let me show you how.
How to use MVVM with SwiftUI
This video explains how to use the MVVM (Model, View, View Model) approach with SwiftUI. Follow along step by step in this easy example.
How To Install New Swift Versions in Xcode
Xcode ships with Swift, but you are not limited to just that version. In fact, you may not be aware of this, but you can have multiple versions of Swift installed at any one time.
Debugging Swift with Xcode
Debugging is a fundamental skill for a developer, here are some tips for working with Swift in Xcode.