如何在ios中制作自定义手势
是否可以在 iOS 中制作自定义手势,例如锯齿形或其他线条类型? 并且可以将任何动作与手势联系起来。如果您知道答案,或者答案或解释的链接,请分享...谢谢
is it possible to make custom gestures in iOS such as a zigzag, or a other lines types?
and can one link any action to a gesture. if you know an answer, or a link to an answer or exlanation, please share ... thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以创建您自己的手势识别器。您可以查看
本节
iOS 事件处理指南,其中提供了有关如何构建自己的自定义的信息子类。It is possible to create your own gesture recognizers. You can look at
this section
of the Event Handling Guide for iOS which gives information as to how you can build your own custom subclass.