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 中记录触摸事件。我在一些论坛上读到 IOHIDFamily 可以用于此目的。但我找不到太多信息。我如何使用 IOHIDFamily 或其他方法在 iOS 中记录触摸事件
谢谢,
在 Xcode 中,您可以尝试 UIAutomation 工具。对于第三方工具,Monkey Talk 可能是一个不错的选择。