Skip to content

agelessman/SwiftUI-RoundedCornersView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SwiftUI-RoundedCornersView

In SwiftUI, you can freely set the corners of the View

Simulator Screen Shot - iPhone 11 Pro Max - 2020-07-08 at 14.27.19.png

Text("大圣,")
    .font(.title2)
    .padding(.all, 10)
    .background(RoundedCornersView(color: .green,
                                   topLeading: 0,
                                   topTrailing: 30,
                                   bottomLeading: 30,
                                   bottomTrailing: 0))

About

In SwiftUI, you can freely set the corners of the View

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages