怪我咯2017-04-18 09:18:02
(void)touchesBegan:(NSSet<UITouch > )touches withEvent:(UIEvent *)event{
}
-(void)touchesEnded:(NSSet<UITouch > )touches withEvent:(UIEvent *)event {
}
-(void)touchesMoved:(NSSet<UITouch > )touches withEvent:(UIEvent *)event {
}
질문하신 분이 이런 말씀을 하시는지 모르겠습니다
高洛峰2017-04-18 09:18:02
Swift 작성 방법
글로벌인 경우 AppDelegate.swift에 추가
특정 뷰인 경우 해당 ViewController.swift에 추가