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
- Apple
- Xcode
- darkmode
- Git
- iOS16
- 웹뷰
- 개발자
- Swift
- 한글
- Firebase
- github
- Archive
- geofencing
- JPA
- view
- Realm
- Session
- UIButton
- IOS
- SwiftUI
- appstore
- error
- rxswift
- MacOS
- Code
- FLUTTER
- window
- Notification
- 이미지
- mac
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