iPhone SDK 用 2 根手指缩放/调整图像大小!帮助
帮助,我需要制作一个包含一些图像的应用程序,您需要在屏幕上调整它们的大小!但是我怎样才能用两根手指拖动来调整它们的大小呢? 请帮助我!谢谢
Help, i need to make an app that has got some images and you need to resize them on the screen!! But how can i resize them with 2 finger dragging?
Help me please! Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一步尝试将 UIScrollView 添加到您的窗口中。 UIScrollView 为您处理诸如拖动和放大/缩小之类的事情。您所要做的就是将图像放入 UIScrollView 中。
Try adding UIScrollView to your window as the first step. UIScrollView handles things like dragging and zooming in/out for you. All you have to do is put your Image inside that UIScrollView.