效果图
![](https://img.haomeiwen.com/i6169789/dd0033b9020128b7.png)
代码
Image(systemName: "clock")
.foregroundColor(.blue)
.font(.system(size: 50))
Image("swiftui")
.resizable()
.frame(width: 200, height: 200)
.clipShape(Circle())
.overlay(Circle().stroke(Color.white, lineWidth: 4))
.shadow(radius: 10)
网友评论