M13BadgeView icon indicating copy to clipboard operation
M13BadgeView copied to clipboard

Can not touch button when put Badge on it.

Open Shin1122 opened this issue 8 years ago • 1 comments

I put a dot (Badge without text)on the corner of the button. And made it hide = YES. Set button target...action. When I touch the button, nothing happens while I made the badge the subview of this button. Help.. image )

Shin1122 avatar Jan 06 '17 07:01 Shin1122

I had a similar issue. I found out that userInteractionEnabled was set to NO by default for the badge. I just set this to YES and I am now able to pick up tags/gestures. Mind you, this just means the badge will pick up any user interaction... You may need to do something programmatically to pass the gesture down to the button.

andrewjlow avatar Mar 01 '17 01:03 andrewjlow