Skip to content

Commit

Permalink
refactor: Thumbnail 이미지 네트워크 요청 주석 추가
Browse files Browse the repository at this point in the history
Issue: #38
  • Loading branch information
corykim0829 committed Apr 28, 2020
1 parent 15caa76 commit 244e6ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ extension SideDishProductsViewController: UITableViewDelegate {
detailViewController.configureDetailViewController(title: product.title, with: detail)
}

// 썸네일 이미지 네트워크 요청 및 업데이트
detail.thumbnailImageURLs.enumerated().forEach { (index, url) in
self.networkManager.fetchImage(from: url) { (result) in
switch result {
Expand Down

0 comments on commit 244e6ad

Please sign in to comment.