Reputation: 569
I am building a Rich Text Editor, similar to the Notes app on the iPhone and I wanted to know how can I add a checkbox list inside the UITextView? I assume this can be done using NSTextAttachment but how do I add the tap functionality to check \ uncheck the image?
Upvotes: 2
Views: 1125
Reputation: 569
Ok so i solved this using HPTextViewTapGestureRecognizer It appears to do a good job handling tap actions for text attachments
Upvotes: 0