One Quickie


The UIResponder touch methods (UIView->General)
- (void) touchesBegan: (NSSet *) touches  withEvent: (UIEvent *) event;
- (void) touchesMoved: (NSSet *) touches  withEvent: (UIEvent *) event;
- (void) touchesEnded: (NSSet *) touches  withEvent: (UIEvent *) event;
- (void) touchesCancelled: (NSSet *) touches  withEvent: (UIEvent *) event;



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com