AnthonyWhitakerJr / TapList_iOS

Sample mobile conversion of Kroger's ClickList website.
1 stars 1 forks source link

Refactor Image Fetching #37

Closed AnthonyWhitakerJr closed 7 years ago

AnthonyWhitakerJr commented 7 years ago

Refactor image fetching in product detail view to use semaphores. Current implementation does a lot of extra processing and refreshing, hoping that it all completes before the user notices.

Utilize placeholder from #36 while waiting.