7
UIPanGestureRecognizer를 사용하여 개체를 이동하는 방법은 무엇입니까? iPhone / iPad
UIPanGestureRecognizer수업 의 몇 가지 예가 있습니다 . 예를 들어 내가 읽은 이 와 나는 아직도 그것을 사용할 수 없습니다입니다 ... 작업중인 펜촉 파일 UIView에 해당 클래스와 함께 드래그하려는 (이미지의 흰색 사각형)이 있습니다. 내 .m 파일에 다음을 배치했습니다. - (void)setTranslation:(CGPoint)translation inView:(UIView *)view { NSLog(@"Test to see if this method gets executed"); …