🎛️Button
╱🚧 under construction
🚧
// syntax 1:
Button(action: { /* action closure */ }) {
// label view
}
// syntax 2:
Button("localizedStringKey") {
// action closure
}
Last updated
Was this helpful?
╱🚧 under construction
🚧
// syntax 1:
Button(action: { /* action closure */ }) {
// label view
}
// syntax 2:
Button("localizedStringKey") {
// action closure
}
Last updated
Was this helpful?