My circular buttons in the UIStackView disfigure when the device changes.
I have made the buttons circular using corner radius on the storyboard.
What's the way to retain the circular shape of the button when resizing.
Currently, I am giving it a fixed width and height constraint.