preguntar acerca de touchesbegan
4
réponses
touchesBegan, touchesEnded, touchesMoved for moving uivi
j'ai besoin de faire glisser mon objet UIView. J'ai utiliser ce code mais il ne fonctionne pas
float oldX, oldY;
BOOL dragging;
- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event {
UITouch *touch = [[event allTouches] anyObject] …
demandé sur
1970-01-01 00:33:33