[Changed]Change swift tools version to 5.1
RoundedCorners for SwiftUI.
struct RoundedCornersDemo_Previews: PreviewProvider { static var previews: some View { Color.red.cornerRadius(tl: 14, tr: 14, bl: 30, br: 30) .frame(width: 60, height: 60) } }
The MIT License (MIT)
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
RoundedCorners
RoundedCorners for SwiftUI.
Overview
LICENSE
The MIT License (MIT)