标签: ios iphone autolayout
我想将5px作为底部区域默认情况下,在第二张图像中,当字幕大小增加时它会正常工作,它的大小会自动增加。但在第一张图片中,它的大小并没有增加。
因为我已将图像限制为高度宽度和前导和顶部,标题(苹果)。但不工作。
答案 0 :(得分:2)
只需制作 imageview 的 Bottomlayoutconstrain 的IBOutlet,如下图所示。
当字幕大小增加时,只需设置下面的行
self.imageviewbottom.constant = label.contentSize.height; //Setaccording to your requirement like, 2.0