How can I set the horizontal stackView according to the width of the first label – Ios swift
How can I align the stackview according to the content of the first label on storyboard ?
How can I align the stackview according to the content of the first label on storyboard ?
I am trying to set a click event on my UIStackview to open a viewcontroller. When I do this nothing happens. It doesn't even print the line when I tap it. I tried multiple solutions on this website, like UITapGestureRecognizer…