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 |
Tags
- tableView
- map
- Human interface guide
- Observable
- uitableview
- MVVM
- ios
- collectionview
- 리팩토링
- combine
- 리펙터링
- 스위프트
- UICollectionView
- HIG
- Clean Code
- Refactoring
- 클린 코드
- Xcode
- UITextView
- uiscrollview
- swiftUI
- 리펙토링
- 애니메이션
- SWIFT
- swift documentation
- ribs
- Protocol
- RxCocoa
- rxswift
- clean architecture
Archives
- Today
- Total
김종권의 iOS 앱 개발 알아가기
[iOS - swift] SPM(Swift Pacakage Manager) 사용 방법 본문
SPM 추가
- Target -> General -> Frameworks, Libraries, and Embedded Content -> '+' 버튼 클릭
- Add Other... -> Add Package Dependency
- URL에 다운받을 프레임워크의 git clone시 사용되는 URL 입력
- 예제에는 RxSwift 설치 https://github.com/ReactiveX/RxSwift.git
- 버전 선택
- 패키지 프로덕트 선택
- 완료
'iOS 기본 (swift)' 카테고리의 다른 글
[iOS - swift] 1. collectionView 개념 (0) | 2021.06.03 |
---|---|
[iOS - swift] NotificationCenter (background에서 foreground 진입 이벤트) (0) | 2021.06.02 |
[iOS - swift] xib 사용원리 (archive, unarchive), encode, decode, NSCoder (0) | 2021.05.19 |
[iOS - swift] ARC, strong, unowned, weak (실무 관점) (0) | 2021.05.03 |
[iOS - swift] weak var 사용방법 ('weak' must not be applied to non-class-bound) (0) | 2021.04.29 |
Comments