-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tap on the descirption #24
Comments
Hi, Regards, |
I fixed this function now `- (UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
}` |
Thank you!
|
Hi, Will you make an update of the POD with that fix ? Regards, |
I would like to add tap feature on the description label.
So that I can either click the button or label to trigger the function.
But as if I add the UITapGestureRecognizer on the description, it is not working
Would you mind help me have a check for the method?
The text was updated successfully, but these errors were encountered: