I am making a custom cell using auto layout, but the auto layout is not applied well.
I set auto layout like this Then, in the end, this shape come out. but this shape that The ratio is not right. why it doesn't match..? i set a autolayout on storyboard...
As far as I know, if the image view in the stack view becomes hidden, the unhidden image view is filled in the rest of the stack view space. is it right? if it's right. I make the code
if imageView == nil{
imageView.isHidden = true }