ç»é¢ã«è¡¨ç¤ºãããç»åãæã§ãã©ãã°ããæ¹æ³ã§ãã UIImageView ã¯ã©ã¹ãç¶æ¿ãã DragView ã¯ã©ã¹ãä½æããã @interface DragView : UIImageView { CGPoint startLocation; } @end @implementation DragView - (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { startLocation = [[touches anyObject] locationInView:self]; [[self superview] bringSubviewToFront:self]; } - (void) touchesMoved:(NSSet*)touches withEvent:(UIEvent*)event { CGPoin
{{#tags}}- {{label}}
{{/tags}}