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