-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
UITouch *touch = [touches anyObject];
CGPoint previousPoint1 = [touch previousLocationInView:self];
NSLog(@"touch begin %@", NSStringFromCGPoint(previousPoint1));
}
NSStringFromCGRect(CGRect rect)
NSStringFromCGSize(CGSize size)