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
- uitableview
- 리팩토링
- 리펙토링
- 스위프트
- Refactoring
- swiftUI
- Protocol
- rxswift
- clean architecture
- tableView
- swift documentation
- ios
- combine
- Human interface guide
- SWIFT
- Xcode
- RxCocoa
- UITextView
- MVVM
- Clean Code
- 애니메이션
- ribs
- map
- UICollectionView
- collectionview
- HIG
- 리펙터링
- Observable
- 클린 코드
- uiscrollview
Archives
- Today
- Total
목록SwiftGen (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] SwiftGen, 리소스 관리, swiftgen.yml
SwiftGen R.swift와 같이 프로젝트 리소스를 Swift코드로 생성해주는것 R.swift는 모든 리소스에 대해서 코드화가 되지만, SwiftGen은 Assets파일 따로, String파일 따로 코드화가 가능 문자열을 통해 Image등을 불러올 때 오타가 생길 위험을 피할 수 있는 장점 존재 SwiftGen 설치 전 준비 SwiftGen 설치 전 준비 HomeBrew 설치 (Brewfile을 이용하여 설치할 것) Mint 설치 프로젝트 디렉토리에 Mintfile 생성 SwiftGen/SwiftGen@6.5.1 프로젝트 디렉토리에 Mintfile 실행 mint bootstrap --link # arm cpu인 경우 arch -arm64 mint bootstrap --link * Failed to..
빌드 환경 설정
2021. 12. 8. 23:29