Generating App Icons with SwiftUI
SwiftUI is an incredibly powerful UI building tool. It has limitations, but it brings a lot of new and interesting concepts to the table. One of those new concepts is that it not only provides UI primitives like Text
, Image
and Picker
(to name just a few), it also provides drawing primitives like Path
, Rectangle
, Circle
, etc. So now instead of digging down to CoreGraphics, SwiftUI provides an appealing alternative to mix UI and…