应用程序启动时,放置在 NIB 文件中的 UIScrollView 会上升
我有一个视图,其中有两个 UILabel (模拟页眉和页脚)和一个垂直放置在它们之间的 UIScrollView:
但是,如果我在模拟器中启动应用程序,UIScrollView 会向上移动几个像素,而其余元素仍保持在其位置:
这种行为正常吗?如何将 UIScrollView 准确放置在我想要的位置?
谢谢!
I have a view with two UILabel (simulating a header and a footer) and a UIScrollView placed between them vertically:
However, if I start the application in simulator the UIScrollView goes a few pixels up while the rest of elements remain in their position:
Is it normal that behaviour? How can I place the UIScrollView exactly at the position I want?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来像是您已将滚动视图设置为具有灵活的高度,但固定的底部边距。检查视图的弹簧和支柱设置,可在布局页面中找到。
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.