Ios swift – iOS 17 interactive widgets – remove button background and padding
I'm trying to create new iOS 17 interactive widget. To be able to add "action" I want to use new init(_:intent:) initializer of Button which allow me to perform given intent when button gets pressed. The problem is, my button…