UIScrollView 第一次不起作用,但第二次工作正常...... Objective C

发布于 2024-10-31 20:40:48 字数 281 浏览 0 评论 0原文

我正在使用 UIScrollView 来显示大量文本和图像。我没有对设置进行任何更大的更改,我在界面生成器(Xcode 4)中构建了所有内容。由于我的观点,我已将底部的内容插图设置为 1370。

问题是当我启动应用程序并使用滚动视图转到视图时,滚动视图中什么也没有出现,但是如果我返回然后再次使用滚动视图转到视图,那么它会按我想要的方式显示...:/

如果我不设置内容插图,它会很好用,但它不会向下滚动,因此它只显示适合视图内的内容。

有没有更智能的方式来组合大量文本和图像?

谢谢!

I am using a UIScrollView to show a larger amount of text and images. I haven't done any bigger changes in setting, i build everthing in interface builder (Xcode 4). I have set the content insets to 1370 on botton, because of my view.

The problem is when I start the application and I go to the view with a scrollView, nothing appear in the scrollView, but if I go back and then go to the view with a scrollView again then it appear as I want... :/

If I don't set the content insets, it works great BUT then it doesn't scroll down so it only show what fits inside the view.

Is it any smarter way to combine large amount of text and images?

Thanks!

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

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

发布评论

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

评论(1

话少心凉 2024-11-07 20:40:48

确保每当您移动到滚动视图上的下一个即时,您的数组是否有数据?只是交叉检查一下。

Make sure that whenever you are moving to next i.e on scrollView at that time does your array have the data? Just cross check it.

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