UITextView disabling text selection

后端 未结 11 1104
误落风尘
误落风尘 2020-12-08 00:19

I\'m having a hard time getting the UITextView to disable the selecting of the text.

I\'ve tried:

canCancelContentTouches = YES;
         


        
11条回答
  •  情歌与酒
    2020-12-08 01:13

    UITextView's selectable property:

    This property controls the ability of the user to select content and interact with URLs and text attachments. The default value is YES.

提交回复
热议问题