我使用XCode5创建了这个新创建的空项目。添加了一个带有一个空白View Controller的故事板。创建了一个自定义视图控制器类。
View Controller
这里有个问题。如何记录或显示对此项目的触摸?
发布于 2014-01-07 05:30:00
您可以使用方法- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
https://stackoverflow.com/questions/20964544
相似问题