UIScrollView 中图像的旋转

发布于 2024-10-18 11:16:55 字数 174 浏览 6 评论 0原文

旋转 iPhone 时调整 UIScrollView 内图像的大小。

我在 UIScrollView 上放置了一系列图像(一些图像放置在另一个图像的顶部)。当我在某个页面旋转滚动视图时,层次结构中最顶层的图像预计会旋转,但图像会转到滚动视图的第一页。任何有关可能出现问题的帮助将不胜感激。

谢谢 德克维

resizing images inside UIScrollView when rotating the iphone.

I have a series of images placed on the UIScrollView (some images are placed one on top of the other). When I rotate the scrollview at some page, the topmost image on the hierarchy is expected to rotate which happens but the image goes to the first page of the scrollView. Any help on what could be going wrong would be appreciated.

thanks
DKV

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

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

发布评论

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

评论(1

长伴 2024-10-25 11:16:55

我认为对其框架行为不当的 imageView 未添加到正确的超级视图中。我认为你应该检查所有imageView是否都添加到scrollView上(如果你想在另一个imageView上方显示一个imageView,使两个imageView的框架相同,避免将一个imageView添加到另一个imageView上)。

I think the imageView which is misbehaving w.r.t to its frame is not added into correct super view. I think you should check that all imageView are added onto scrollView (if you want to show one imageView above another imageView make frame of both the imageView same, avoid adding one imageView onto another imageView).

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