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