-
Notifications
You must be signed in to change notification settings - Fork 74
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
Is there an issue with Tableview support? #25
Comments
Just to add to this, I'm having this exact same issue. The handler is not triggering no matter what I try if I embed this label into a tableViewCell which is then contained in a tableView. |
Is there a solution for this? |
@koenvanderdrift Not that I know of. As far as I was able to track, there seems to be an issue with line 174: Now, how that comes to be escapes my understanding of the lower levels of the SDK. |
Having the same :/ |
this seems to do the trick for me:
}` |
@alamanis does this change impact functionality out of the tableview scope? if not, please consider creating a PR. |
Hello |
Hi,
Ran the Demo project and it works perfectly, tried integrating into a tableview and even though it looks great visually, I ran into the following issues:
I made an example project, https://github.com/dmathewwws/FRHyperLabel-Tableview to showcase the issues I am talking about.
Thanks,
Daniel
The text was updated successfully, but these errors were encountered: