Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够将图像从给定目录放置在 iPad 应用程序中,然后让用户调整图像大小并在屏幕上移动它。
我的问题是:允许用户调整图像大小(通过手势识别)并在屏幕上四处移动的最佳视图是什么?
提前致谢
石英 2D http://developer.apple.com/library/ios/#documentation/graphicsimaging/conceptual/drawingwithquartz2d/dq_overview/dq_overview.html#//apple_ref/doc/uid/TP30001066-CH202-TPXREF101
可以画出你想要的任何东西。用手势控制
您正在寻找已实现UIScrollView的viewForZoomingInScrollView:委托方法。
UIScrollView
viewForZoomingInScrollView:
由于您要显示图像,因此将 a 添加UIImageView到滚动视图并在委托中返回它。
UIImageView