BROptionsButton icon indicating copy to clipboard operation
BROptionsButton copied to clipboard

itemButton works on 6S simulator but doesn't work on 6S phone

Open xuzhande opened this issue 9 years ago • 3 comments

itemButton works on 6S simulator but doesn't work on 6S phone, when I tapped on the item buttons and it didn't work.

xuzhande avatar Mar 15 '16 00:03 xuzhande

same with u.....How 2 solve this problem?

MISSAJJ avatar Sep 21 '16 03:09 MISSAJJ

//- (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......^_^

MISSAJJ avatar Sep 21 '16 03:09 MISSAJJ

What is dragAttachement?

Ahmedhasan-cs avatar Nov 24 '16 08:11 Ahmedhasan-cs