I want to Achieve this in the simplest way "Preferably using Storyboard"
I want the Gender Image to be always next to the Pet Type label, to achieve this, the label width must be dynamic according to the number of characters. I searched & found several solutions that would require tens lines of lines of code which I believe that there must be simpler solutions.
Please keep in mind that I am using constrains & I did try label.sizeToFit() and it didnt work
Thank you