捏合并放大 iPhone 图像视图
我有一个滚动视图,上面放置了一系列图像视图。我想对其进行捏合和缩放效果。有人可以帮助我吗?
I have a scrollview over which a series of imageviews a placed.I want to have pinch and zoom effect on it.Can anybody help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读 UIScrollView 类参考 apple Doc并尝试搜索“zoom”,您将自己获得scrollView中与缩放功能相关的所有变量和方法。
查看 SO 论坛帖子
如何以编程方式缩放 UIScrollView?
Read UIScrollView Class Reference in apple Doc and try to search for "zoom", You will get all the variable and method associated with zoom feature in scrollView by yourself.
Check SO forum post
How do I programmatically zoom a UIScrollView?