Xcode – How to maintain bottom space when image and growing label are being used in parallel in swift?
I have 3 elements, imageview, label and a view. I want to maintain the eqaul space (15) for bottom view. Layout is as : Imageview then label and at the bottom, there is a view. I have defined the top…