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.
我想创建一个可以调用手势(滑动、捏合等)而无需实际执行手势的应用程序。
该按钮将位于 webview 旁边,以允许在其中调用手势。
我已经搜索了一种可能的方法来做到这一点,但无法找到并参考以编程方式调用手势。
有人对这如何可能有任何建议吗?
尝试在代码中手动调用与您的手势关联的选择器。
[[UIApplication sharedApplicationd] sendAction:@selector(action) to:target :from:webview forEvent:touchEventOrNil];
我更喜欢这个动作而不是普通的 performSelector