📅  最后修改于: 2022-03-11 15:01:03.789000             🧑  作者: Mango
// add negative padding to crop containing view-frame (for layout)
Image("pause")
.resizable()
.aspectRatio(contentMode: .fit)
.frame(height: 50.0)
.padding(-5)