Skip to content

heyjaywilson/swiftui-buttons

Repository files navigation

Button Styles

This is a table explaining the different button styles in SwiftUI and which platform each Button Style is available on.

Button Style iOS watchOS iPad OS macOS
PlainButtonStyle
LinkButtonStyle
BorderedButtonStyle
BorderlessButtonStyle

How to use

Here is sample code of how to use a Button Style in SwiftUI.

Button(action: {
    print("plain")
}) {
    Text("Borderless button")
}.buttonStyle(BorderlessButtonStyle())

In the GitHub repo, there is an Xcode project with each button style used.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages