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
- Protocol
- 애니메이션
- 리팩토링
- Xcode
- clean architecture
- Clean Code
- swift documentation
- map
- Observable
- RxCocoa
- HIG
- combine
- Refactoring
- ribs
- 리펙토링
- SWIFT
- swiftUI
- 리펙터링
- MVVM
- 클린 코드
- UITextView
- uiscrollview
- tableView
- collectionview
- ios
- uitableview
- 스위프트
- UICollectionView
- Human interface guide
- rxswift
Archives
- Today
- Total
목록dynamic framework 생성 방법 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3. Tuist로 모듈화 - 템플릿, 프로젝트 생성까지 총정리 (Project.swift, .stencil)
* 목차 tuist scaffold, tuist generate로 메인 프로젝트를 .app 생성 주의) 1) 이름을 꼭 Tuist, Templates으로 아래처럼 설정해야 동작함 2) Templates하위에 있는 폴더 이름과 그 폴더 안에 있는 .swift 파일 이름이 동일해야함 (app 디렉토리 == app.swift) . └── Tuist └── Templates └── app ├── Project.stencil └── app.swift (Project.stencil) import ProjectDescription let project = Project( name: "{{ name }}", targets: [ Target( name: "{{ name }}", platform: .iOS, product..
iOS 응용 (swift)
2023. 3. 13. 01:05