Ios swift – How to change button image size with button configuration?
I am using this code to create a button with an image. And I want the image size to be the same as the button size. I am using this code for that: func buttonImage() { var configuration = UIButton.Configuration.plain()…