Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Xcode
- 리팩토링
- ribs
- uiscrollview
- 애니메이션
- HIG
- 리펙터링
- UITextView
- Observable
- Clean Code
- swiftUI
- swift documentation
- clean architecture
- map
- 스위프트
- MVVM
- uitableview
- RxCocoa
- 클린 코드
- Refactoring
- UICollectionView
- Human interface guide
- tableView
- combine
- ios
- rxswift
- SWIFT
- collectionview
- 리펙토링
- Protocol
Archives
- Today
- Total
목록문자열에 이미지 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] NSTextAttachment 개념 (문자열에 이미지 넣는 방법)
문자열에 이미지 넣는 방법NSTextAttachment 사용NSAttributedString에 attachment를 가지고 초기화할 수 있는데, 이 때 attachemnt에 이미지를 넣어서 이 것을 사용하면 텍스트에 붙이기가 가능1. NSTextAttachment에 image, 크기를 입력2. NSAttributedString에 위 attachment를 가지고 초기화3. 위 NSAttributedString을 또 다른 문자열로 구성된 NSAttributedString에 append하면 합치기직접 구현해보기1. NSTextAttachment에 image, 크기를 입력height를 50으로할때 이 비율을 기준으로 width도 정해지게끔 처리let imageAttachment = NSTextAttachmen..
iOS 응용 (swift)
2024. 8. 26. 01:18