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
- Protocol
- SWIFT
- MVVM
- uiscrollview
- UICollectionView
- Observable
- 클린 코드
- map
- ribs
- rxswift
- Clean Code
- tableView
- 애니메이션
- ios
- 리팩토링
- uitableview
- UITextView
- collectionview
- Human interface guide
- HIG
- combine
- Xcode
- 리펙토링
- Refactoring
- 리펙터링
- RxCocoa
- swift documentation
- clean architecture
- 스위프트
- swiftUI
Archives
- Today
- Total
목록tuist fetch (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/brRsm1/btr3vOJ3q8f/Iw9lSo4vHmnk4gPC0t3Oh1/img.png)
* 목차 Carthage, SPM 의존성 사용 방법 * starter project - github Tuist에서 의존성 관리 방법 Tuist 하위 폴더 안에 Dependencies.swift파일이 있고, tuist fetch를 실행시켜 Dependencies 디렉토리에 프레임워크를 모아놓음 Project.swift 파일에서 Dependencies 의존성 설정을 할 수 있는데, 이 때 .external(name: "Alamofire")과 같이 추가하여 의존성 설정 현재 디렉토리 형태) . └── Tuist └── Templates └── app ├── AppDelegate.stencil ├── LaunchScreen.stencil ├── Project.stencil ├── ViewController.st..
iOS 응용 (swift)
2023. 3. 15. 00:30