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.
我正在开发一个 iPhone 应用程序,现在我想在我的一些视图中添加放大 - 缩小功能(我想为 UITableview 和 UITextview 添加缩放效果)。请给我一些好的教程或一些工作代码。
谢谢你。
在您的应用程序中添加缩放功能的最佳方法是使用UIScrollView.
UIScrollView
它支持缩放平移。
以下是来自 Apple 的一些示例代码:
缩放PDF查看器