I have got a view which I have attached as screen shot, I have got unwanted space at the bottom of the second UILabel, the content coming into that UILabel is from a web url JSON using Alamofire. I have set the lines to 0. I can understand why the space is there because its a label and does not fill the height of the bottom, but if I change the height to fit it, the texts gets truncated. So how do i avoid this extra space. I have added all relevant constraints. I am fairly new to Swift.
0
votes
UIImageView
and 2UILabel
inside aUIScrollView
? What should be the minimum height of theUIImageView
? If possible can you please add what constraints you have tried? - Rikh