SwiftUI Button styles
up:: SwiftUI snippets
.buttonStyle(
.automatic // = .borderless on iOS
.borderless
.plain
.bordered
.borderedProminent
)
Search
Jul 26, 2024
up:: SwiftUI snippets
.buttonStyle(
.automatic // = .borderless on iOS
.borderless
.plain
.bordered
.borderedProminent
)