Thanks, it's working now, one last question is it possible to use views such as in code below ? maybe for example I want to show to circle buttons ? I remember Apple Mail used this design before ?
Kind Regards
Button(role: .destructive) {
withAnimation {
deletePatient2()
}
} label: {
View1()
}
Button {
deletePatient2()
} label: {
View2()
}
.tint(.orange)
}
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: