ios - UIScrollView如何设置ContentInset和ScrollerInset
<p><p>我无法配置我的 UIScrollView。</p>
<p> <img src="/image/sXsxB.png" alt="enter image description here"/> </p>
<p>上图显示了我的观点。橙色框是我的 UIScrollView,蓝色框(加上橙色框)是我想要滚动的 View 。</p>
<p>View 是 520px,UIScollView(和往常一样)是 320px。</p>
<p>如何设置 ContentInset 和 ScollerInset?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>由于 ScrollView 的高度和它的内容匹配,并且因为它没有从你的图片中显示出来,你想为内容添加一个空白空间,你应该保持 <code>contentInset</code> 设置为零(默认情况下)。如果您希望内容的中间通过 ScrollView 可见,请将内容偏移设置为 <code>(520-320)/2 = 100</code>,如下所示:</p>
<pre><code>;
// If you do not want to see the view scroll, change this ^^^ to NO
</code></pre></p>
<p style="font-size: 20px;">关于ios - UIScrollView如何设置ContentInset和ScrollerInset,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/11934452/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/11934452/
</a>
</p>
页:
[1]