Skip to content
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

Question - How to disable touch capture on CKLabel/Text Components? #95

Closed
aaronschubert0 opened this issue Apr 10, 2015 · 1 comment
Closed

Comments

@aaronschubert0
Copy link
Contributor

Since CKLabel/Text Components are based on UIControl, they capture touches, this is problematic in a UICollectionView when the desire is that the user is able to tap on any area of the cell and the didSelectItemAtIndexPath: to be called.
Is there anyway to disable this?

@aaronschubert0
Copy link
Contributor Author

D'oh. There is of course, for reference, just add {@selector(setUserInteractionEnabled:),@NO}

 viewAttributes:{{@selector(setUserInteractionEnabled:),@NO}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant