Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

说说iOS上的事件对象有哪些相关的类,它们之间的关系是怎样的? #155

Open
tbfungeek opened this issue Feb 19, 2020 · 0 comments

Comments

@tbfungeek
Copy link
Owner

tbfungeek commented Feb 19, 2020

iOS 中事件是通过UIEvent 表示的,里面包含了集合类型的allTouches属性,用于表示当前触摸事件的所有触点,也就是说多指触摸事件的情况下,每个手指的触摸信息都会被封装在UITouch类中。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant