应用程序启动时,放置在 NIB 文件中的 UIScrollView 会上升

发布于 2024-11-06 07:11:34 字数 322 浏览 0 评论 0原文

我有一个视图,其中有两个 UILabel (模拟页眉和页脚)和一个垂直放置在它们之间的 UIScrollView:

NIB 文件中的布局

但是,如果我在模拟器中启动应用程序,UIScrollView 会向上移动几个像素,而其余元素仍保持在其位置:

模拟器中的布局

这种行为正常吗?如何将 UIScrollView 准确放置在我想要的位置?

谢谢!

I have a view with two UILabel (simulating a header and a footer) and a UIScrollView placed between them vertically:

Layout in NIB file

However, if I start the application in simulator the UIScrollView goes a few pixels up while the rest of elements remain in their position:

Layout in simulator

Is it normal that behaviour? How can I place the UIScrollView exactly at the position I want?

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

惯饮孤独 2024-11-13 07:11:34

这看起来像是您已将滚动视图设置为具有灵活的高度,但固定的底部边距。检查视图的弹簧和支柱设置,可在布局页面中找到。

This looks like you have set the scrollview to have a flexible height, but fixed bottom margin. Check the springs and struts settings for your view, found in layout page.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文