issues
search
somedd
/
swift-StoreApp
쇼핑 iOS 앱 저장소 / `18.04.26~`18.06.14
4
stars
1
forks
source link
URLSession 관련 프레임워크 구현 및 적용
#13
Closed
somedd
closed
6 years ago
somedd
commented
6 years ago
HTTP 요청은 URLSession 관련 프레임워크를 활용한다.
응답으로 받은 JSON 데이터를 마찬가지 방법으로 Decode해서 StoreItem 객체로 변환한다.
모델 객체는 응답이 도착하면 Notification을 보내서 테이블뷰의 해당 섹션만 업데이트한다.