ios - 即使 UIView 框架增加,UIScrollview 也不会滚动到 UIView 高度之外
<p><p>我正在尝试创建一个需要在 iphone 3.5 英寸屏幕中滚动的屏幕。我附上了包含 uiviewcontroller 、 uiscrollview 、 uiview 配置的图像。问题是尽管高度似乎增加了,但当我运行 iPhone 4s 时,滚动的某些部分隐藏在 UIView 之外(尽管当我在控制台中打印高度时 uiview 高度显示为 700)。可能是什么问题?请帮我 ? <img src="/image/3pEqG.png" alt="enter image description here"/> </p>
<p> <img src="/image/pIA5b.png" alt="enter image description here"/> </p>
<p> <img src="/image/g2Y95.png" alt="enter image description here"/> </p>
<p> <img src="/image/1gF3q.png" alt="enter image description here"/> </p>
<p> <img src="/image/7oVLB.png" alt="enter image description here"/> </p>
<p> <img src="/image/UHRti.png" alt="enter image description here"/> </p>
<p> <img src="/image/hOAfs.png" alt="enter image description here"/> </p>
<p> <img src="/image/xrTqd.png" alt="enter image description here"/> </p>
<p> <img src="/image/ki3eD.png" alt="enter image description here"/> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您有具有负值的约束。在最后一个屏幕截图中,我假设它是来自 scrollView 内部 View 的约束,到 superView 的底部偏移量是 -400。 </p>
<p>我认为这就是为什么您看不到整个 View 的原因,因为底部偏移量是负数。尝试将此值设置为 0,这应该可以解决它。</p>
<p>如果这不能解决您的问题,也许您可以指定图像中的约束是针对哪个 View 。</p>
<p>告诉我进展如何!祝你好运!</p></p>
<p style="font-size: 20px;">关于ios - 即使 UIView 框架增加,UIScrollview 也不会滚动到 UIView 高度之外,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/29267627/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/29267627/
</a>
</p>
页:
[1]