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
- map
- UICollectionView
- ios
- uitableview
- Protocol
- 클린 코드
- 리팩토링
- tableView
- rxswift
- UITextView
- 애니메이션
- Refactoring
- RxCocoa
- Xcode
- swiftUI
- Human interface guide
- combine
- Observable
- 리펙터링
- SWIFT
- 스위프트
- collectionview
- swift documentation
- HIG
- Clean Code
- ribs
- MVVM
- 리펙토링
- clean architecture
- uiscrollview
Archives
- Today
- Total
목록assets.xcassets (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] assets 폴더 안의 이미지 리소스 contents.json 개념
Contents.json 개념 Xcode에서 이미지 관리 파일 img.png, img@2x.png, img@3x.png 추가하면 아래처럼 생성 오른쪽 클릭 > Show in Finder로 이동 Contents.json 파일이 존재 json 파일을 보면 images 하위에 filename, idiom, scale이 있고 info가 존재 { "images" : [ { "filename" : "img.png", "idiom" : "universal", "scale" : "1x" }, { "filename" : "img@2x.png", "idiom" : "universal", "scale" : "2x" }, { "filename" : "img@3x.png", "idiom" : "universal", "scale..
iOS 응용 (swift)
2023. 4. 26. 23:13