如何确定 NSSet 是否包含特定控件的触摸?
这似乎是一个愚蠢的问题,但是我应该向 NSSet 类发送什么消息来确定特定控件被点击了多少次?
This may seem like a stupid question, but what message do i send to the NSSet class to determine how many times a particular control has been tapped?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NSSet 是一个像数组一样的容器,它没有关于存储在其中的内容的固有信息,除了实际内容本身之外,NSSet 里面有什么?
An NSSet is a container like an array, it has no inherent information about the content stored inside it, other than the actual content itself, what is inside the NSSet?