๐๏ธButton
โฑ๐ง under construction
// syntax 1:
Button(action: { /* action closure */ }) {
// label view
}
// syntax 2:
Button("localizedStringKey") {
// action closure
}Last updated
โฑ๐ง under construction
// syntax 1:
Button(action: { /* action closure */ }) {
// label view
}
// syntax 2:
Button("localizedStringKey") {
// action closure
}Last updated