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 |
Tags
- Firebase
- Code
- mac
- JPA
- window
- github
- UIButton
- error
- Apple
- view
- Swift
- Archive
- 한글
- FLUTTER
- Git
- 웹뷰
- IOS
- geofencing
- MacOS
- Realm
- appstore
- Xcode
- Session
- 개발자
- darkmode
- rxswift
- Notification
- iOS16
- SwiftUI
- 이미지
Archives
- Today
- Total
목록폰트 (1)
EEYatHo 앱 깎는 이야기
Swift ) Html to AttributedString - EEYatHo iOS
Html 문법을 지원하는0 NSMutableAttributedString 생성자 NSMutableAttributedString( data: data, // htmlString -> data options: [.documentType: NSAttributedString.DocumentType.html, .characterEncoding:String.Encoding.utf8.rawValue], documentAttributes: nil ) Html String -> NSMutableAttributedString 기본형 func htmlToAtt(htmlStr: String) -> NSMutableAttributedString? { guard let data = htmlStr.data(using: .utf8)..
iOS, Swift/Feature
2022. 4. 4. 13:27