Game of Life.
This is a simple implementation of Conway's Game of Life using SwiftUI (with a bit of UIKit under the hood). It includes controls for map size, generation speed, randomization, manual cell input. You can read more about it on my blog here.