equal
deleted
inserted
replaced
295 if ([touches count] == 1) { |
295 if ([touches count] == 1) { |
296 self.view.layer.borderWidth = 3.5; |
296 self.view.layer.borderWidth = 3.5; |
297 startingPoint = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view]; |
297 startingPoint = [[[allTouches allObjects] objectAtIndex:0] locationInView:self.view]; |
298 } |
298 } |
299 */ |
299 */ |
|
300 if (IS_IPAD() == NO) |
|
301 [self disappear]; |
300 } |
302 } |
301 |
303 |
302 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event { |
304 -(void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event { |
303 //self.view.layer.borderWidth = 1.3; |
305 //self.view.layer.borderWidth = 1.3; |
304 } |
306 } |