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.
我正在尝试编写一个显示 PDF 的应用程序,并允许用户用手指在上面乱涂乱画,然后在关闭时保存“带注释”的 pdf,当他们重新打开应用程序时再次看到他们的更改。
目前,我已经抛出了一个 UIWebview 并试图将一个 UIView 作为绘图层放在它的顶部。
这是最好的方法吗?已经有答案了吗?有什么例子吗?
谢谢。
是的,我也会在上面放置一个透明的 UIView 并在其中绘制用户触摸的内容。
也许这个项目可以帮助你。