I am trying to display NSAttributedString
to UITextView
. I have used NSTextStorage
, NSLayoutManager
and NSTextContainer
. But what happens is UITextView
becomes unselectable. When i try to select , i can't find any selection or copy - paste options.
I have given textview.selectable=YES
I have used multiple textviews with same textstorage. Is that the reason for this problem ?? Or do I have to enable anything else ???