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