-(voID) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ NSLog(@"touch");}
有什么想法发生了什么?如果重要的话,我正在使用iOS 4.2进行iPad测试.
解决方法 是的,您需要在视图上设置 multipleTouchEnabled属性.总结When set to NO,the receiver receives only the first touch event in a multi-touch sequence. The default value of this property is NO.
以上是内存溢出为你收集整理的iphone – 当触摸次数发生变化时,为什么touchesBegan不会触发?全部内容,希望文章能够帮你解决iphone – 当触摸次数发生变化时,为什么touchesBegan不会触发?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)