2014-11-12 12 views

답변

7

NSMutableSet은 참조 타입을 허용하지만 CGPoint 구조체는, 값 유형이다. 포인트를 추가하려면 NSValue에 포인트를 래핑 할 수 있습니다.

mutableSet.addObject(NSValue(CGPoint: touch.locationInNode(self)))