Hacker News new | ask | show | jobs
by mayoff 82 days ago
How to add a button in SwiftUI:

    Button(“Click Me”) { buttonWasClicked() }