问题
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?
回答1:
Ok so i solved this using HPTextViewTapGestureRecognizer It appears to do a good job handling tap actions for text attachments
来源:https://stackoverflow.com/questions/36297812/ios-how-to-add-checkbox-list-to-uitextview