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.
我的 iOs 应用程序中有一个阅读器 PDF。
我想在 pdf 中创建一个按钮。当我点击这个按钮时,我想用 Objective-c 拦截事件。
我应该使用什么类型的按钮(在 Indesign 中)?我怎样才能拦截事件?
谢谢
没有直接的方法可以做到这一点,您在 InDesign 中使用什么按钮也没有关系。在视图中呈现页面后,您必须在页面上找到按钮小部件,它们作为小部件注释位于页面的 Annots 集合中。将小部件的位置(小部件字典中的矩形条目)从 PDF 坐标转换为视图坐标。当用户点击屏幕时,测试点击位置是否与您的按钮位置之一匹配。