Gil
Gil

Reputation: 569

ios - How to add checkbox list to UITextView

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

Answers (1)

Gil
Gil

Reputation: 569

Ok so i solved this using HPTextViewTapGestureRecognizer It appears to do a good job handling tap actions for text attachments

Upvotes: 0

Related Questions