标签: ios swift uitextview
如何禁用复制,在UITextView中选择All,但是我需要在UITextview中单击链接。
UITextView
UITextview
此处所有操作均已禁用,但允许选择。我只需要可点击的链接。
override func canPerformAction(_ action: Selector, withSender sender: Any?) -> Bool { return false }