问题描述
- iOS绘图API实现的问题
-
开发-iOS绘图API实现的问题-ios开发绘图多点连线">
提示Set 中并没有anyObject 方法 请问怎么修改呢
解决方案
Set可以这样取里面的对象
let touch = touches.first
if touch != nil {
let point = touch!.locationInView(self);
}
时间: 2024-11-20 21:23:28