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 |
Tags
- collectionview
- 클린 코드
- Refactoring
- UITextView
- Xcode
- swift documentation
- combine
- HIG
- uitableview
- 리팩토링
- Protocol
- uiscrollview
- ios
- 리펙터링
- 리펙토링
- UICollectionView
- Clean Code
- swiftUI
- map
- 애니메이션
- rxswift
- MVVM
- tableView
- RxCocoa
- SWIFT
- 스위프트
- Observable
- clean architecture
- ribs
- Human interface guide
Archives
- Today
- Total
목록SwiftGen (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bdClAE/btrnoYGkfM6/V2qzM3GfD2gGoMHGq6Vfl1/img.png)
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