M13BadgeView
M13BadgeView copied to clipboard
Can not touch button when put Badge on it.
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..
)
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.