Description : [iOS] URLSession를 활용한 비동기 프로그래밍 (with. NASA API)
- NASA API : https://api.nasa.gov/index.html#recovery
- URLSession
- NSCache
- Async Programming
- GCD
No Cache(8s) | Using Cache(1s) |
---|---|
- 싱글톤 적용
- MVVM 적용
- async / await 적용
Description : [iOS] URLSession를 활용한 비동기 프로그래밍 (with. NASA API)
No Cache(8s) | Using Cache(1s) |
---|---|