UIScrollView 正在缩放,但滚动视图上的所有内容也在缩放?

发布于 2024-11-27 21:37:09 字数 296 浏览 0 评论 0原文

我正在使用 scrollview 并且正在缩放我的 scrollview

我希望如果我缩放 scrollview 仅背景 imageview,在 Scrollview 中可以缩放,并在 scrollview 上显示小图像> 不应缩放。

考虑一张地图,如果我缩放地图,地图会缩放,但该地图上的地标在大小和位置方面将保持原样。

我想要的滚动视图也是如此。 有什么帮助吗?

I am using a scrollview and I am zooming my scrollview.

I want that if i zoom my scrollview only background imageview which in the Scrollview can zoom and a small image on scrollview should not zoom.

Consider a map , if i am zooming map the map zooms but a placemark on that map would remain as it is in terms of size and place..

Same thing i want with my scrollview.
Any help please?

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

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

发布评论

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

评论(1

情绪失控 2024-12-04 21:37:09

您可以在缩放滚动视图的顶部添加图像视图。添加子视图的顺序在这里很重要。因此,首先添加缩放的滚动视图,然后添加图像视图

you can add the image view on top of the zooming scroll-view. The order in which the sub-views are added will matter here. So, first add the scroll view that zooms and then the image view

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