首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
translationinview专题
iOS之touch手势用法/locationInView:与translationInView:的区别
//开始点击 -(void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event{ UITouch *touch=[touches anyObject];//获取一个触摸对象 CGPoint cur=[touch locationInView:self.view];//当前点
阅读更多...