I have a macOS-centic question for today's programming question of the day/week/month/hour/second/unit of time. I'm trying to create a custom about screen in my SwiftUI Mac app, but SwiftUI has no way to do this so I'm using AppKit. I'm a tiny bit familiar with UIKit so I was able to get it working, but the window isn't centered even after using window.center().
Does anyone know how I can make this window be in the center of the screen?






