We can use two transparent colors that fill equally available space and put images into overlay, which uses centred default layout, like
var body: some View {
Form{
HStack{
Color.clear.overlay(Image(systemName: "circle.fill"))
Color.clear.overlay(Image(systemName: "circle.fill"))
}
}
}
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…