티스토리 뷰
macOS, iOS
[iOS] textview에 NSAttributedString으로 사진 추가하고, long touch 이벤트 핸들링 하기
SweetDev 2020. 8. 4. 18:52func textView(_ textView: UITextView, shouldInteractWith textAttachment: NSTextAttachment, in characterRange: NSRange, interaction: UITextItemInteraction) -> Bool
개신기....
⭐️ textview가 isSelectable = true여야 쓸 수 있다 ⭐️
'macOS, iOS' 카테고리의 다른 글
[iOS] 겹치는 원형 이미지 만들기 (0) | 2021.01.26 |
---|---|
[macOS] UIStackView에 addSubview했을 때 width, height 0 되는 문제 해결하기 (0) | 2021.01.13 |
[iOS] 앱에서 파일 첨부하기 (0) | 2020.08.04 |
[iOS] UIDocumentInteractionController 이용하기 -> preview 가능할때만 preview 해주기. (1) | 2020.08.04 |
[iOS] UIButton class 적용시 모두 같은 action 하도록 하기 (0) | 2020.08.01 |