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
- Realm
- 한글
- github
- IOS
- error
- 웹뷰
- view
- Notification
- UIButton
- appstore
- Archive
- Session
- Xcode
- geofencing
- Apple
- Swift
- SwiftUI
- darkmode
- FLUTTER
- Git
- Firebase
- MacOS
- Code
- 이미지
- mac
- window
- JPA
- rxswift
- iOS16
- 개발자
Archives
- Today
- Total
목록Dictionary (1)
EEYatHo 앱 깎는 이야기
Swift ) Dictionary, JSONString, Data - EEYatHo iOS
Dictionary -> Data /// 1 let imageData = UIImage(named: "sissor")?.jpegData(compressionQuality: 0) let dict: [String: Any] = [ "string": "bbb", "data": imageData, "array": ["aaaa", "bbbb", 1234] ] let dictData = try? PropertyListSerialization.data(fromPropertyList: dict, format: .binary, options: .zero) /// 2 let jsonData = try? JSONSerialization.data(withJSONObject: dict) Data -> Dictionary ///..
iOS, Swift
2021. 10. 4. 15:28