UIScrollView 正在缩放,但滚动视图上的所有内容也在缩放?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在缩放滚动视图的顶部添加图像视图。添加子视图的顺序在这里很重要。因此,首先添加缩放的滚动视图,然后添加图像视图
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