0

I have a UIView which contains a UIStackView with some buttons. Here bellow I represent the schema that conforms my case:

enter image description here

The problem comes when you give a dynamic size to the superview, then buttons start distorting like the image bellow:

enter image description here

Any help with this?

Finally I got the answer in this post

DevStarlight
  • 784
  • 12
  • 29

1 Answers1

1

Use UIButton content mode as Aspect Fit for resolve image distorting issue.

Pardeep Bishnoi
  • 161
  • 1
  • 7