250x250
반응형
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
- ToDoRim
- enumerations
- xcode
- SwiftGen
- IOS
- basic
- it
- toyproject
- algorithm
- swiftlint
- COMMIT
- flutter
- github
- listview
- keyWindow
- reetcode
- Widget
- designPattern
- OSLog
- Leetcode
- GIT
- pubspec.yaml
- Equatable
- protocol
- Extentsion
- UIAccessibility
- Swift
- pubspec
- tip
- dart
Archives
- Today
- Total
목록UIColor (1)
수니의 개발새발
[iOS/Swift] Color Set으로 Custom Color관리하기 (with. SwiftGen)
📌 이번 글은 Xcode에서 Color Set을 사용하여 Custom Color를 관리하는 방법입니다. 1. Colors.xcassets Assets Catalog 생성 - Colors.xcassets 저는 Asset Catalog를 생성하여 Color Assets을 별도로 관리하고 있습니다. (디폴트로 생성된 Assets.xcassets 파일에 관리해도 무관합니다.) Color Set을 추가 Any Appearance 선택 > 오른쪽 Inspector 탭 확인 이곳에서 Color에 대한 작업이 이루어질 것입니다. Appearance 선택 프로젝트에서 Dark/Light 모드 대응 상황에 따라 선택합니다. 저는 다크모드를 사용하지 않을 것이기 때문에, None을 선택하였습니다. Input Method 선..
iOS - Swift
2022. 2. 8. 15:16