@interface UIFullTouchImageView : UIImageView@end@implementation UIFullTouchImageView- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event{ returnYES;}- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UITouch *touch = [touches anyObject]; CGPoint p = [touch locationInView:... Read More
posted @ 2014-02-10 17:34 leevaboo Views(151) Comments(0) Diggs(0) Edit