itemButton works on 6S simulator but doesn't work on 6S phone
itemButton works on 6S simulator but doesn't work on 6S phone, when I tapped on the item buttons and it didn't work.
same with u.....How 2 solve this problem?
//- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
// // move the attachment
// UITouch *touch = [touches anyObject];
// CGPoint nextPoint = [touch locationInView:self];
// nextPoint.x += (self.frame.size.width/2);
// nextPoint.y += (self.frame.size.height/2);
//
// nextPoint = [self.superview convertPoint:nextPoint fromView:self];
// self.dragAttachement.anchorPoint = nextPoint;
//
// self.highlighted = NO;
//}
I have solved this problem, cut this code......^_^
What is dragAttachement?