@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(152)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号