macOS, iOS
[iOS] textview에 NSAttributedString으로 사진 추가하고, long touch 이벤트 핸들링 하기
SweetDev
2020. 8. 4. 18:52
func textView(_ textView: UITextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool
개신기....
⭐️ textview가 isSelectable = true여야 쓸 수 있다 ⭐️