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
- Xcode
- ribs
- ios
- Clean Code
- 애니메이션
- HIG
- 스위프트
- UICollectionView
- tableView
- 리펙토링
- uiscrollview
- rxswift
- SWIFT
- clean architecture
- combine
- map
- 리펙터링
- 리팩토링
- swiftUI
- 클린 코드
- collectionview
- Refactoring
- Human interface guide
- Protocol
- RxCocoa
- UITextView
- uitableview
- Observable
- swift documentation
- MVVM
Archives
- Today
- Total
목록API 통신 (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/ew058M/btrcebb0JR8/Ui2Qfbg50Gs0U7yXp5uoh1/img.png)
API 테스트 사이트 참고 무료 API 테스트 사이트: https://reqres.in/ 위 링크 클릭, 복사: https://reqres.in/api/users?page=2 데이터 형식이 page, per_page, total, total_pages, data 형식인 경우 대응 - 두 데이터 사용 예정 Moya 프레임워크 네트워크 기본인 URL Session 개념 참고 moya 프레임워크 개념 참고 다운 > swift Package Manager > https://github.com/Moya/Moya.git Network 설계 주요 4가지 파일 NetworkLoggerPlugin: 네트워크 통신 시 MoyaProvider라는 객체를 통해 접근하는데, MoyaProvider의 파라미터 값으로 plug..
iOS 응용 (swift)
2021. 8. 16. 22:08