Ios水平滚动视图和自动布局问题

时间:2015-11-22 19:05:15

标签: ios uiscrollview autolayout horizontal-scrolling

民间, 在我的快速应用程序中,我有一个水平滚动视图(黑色边框),我正在以编程方式添加图像。 Scrollview对最近的视图给出零限制。高度应该在运行时调整,但在我的情况下我得到奇怪的结果。

对于iphone 4s,scrollview正确匹配。但对于iphone 6,scrollview高度设置为493

enter image description here

Iphone 4s

enter image description here

但在iphone6屏幕中,高度始终低于实际高度

enter image description here

1 个答案:

答案 0 :(得分:1)

以编程方式设置UIImage的内容模式

imageView.contentMode = UIViewContentModeScaleAspectFit;