Muhammad Saqib
Muhammad Saqib

Reputation: 991

iPhone - Showing Images from Server in Cover Flow

I want to display image using server link in Cover Flow can any one help me in this regards. I have successfully show the images in cover Flow which is present in my NSMainBundle. I have search many tutorial they are saying first you have to download the images than show them in your cover flow but i don't wana download the images

Upvotes: 0

Views: 466

Answers (1)

Liam
Liam

Reputation: 8092

The approach that you should use for this is to display a static image for each of the pages within the coverflow when it loads. At the same time you can load the images in the background and update each page when the associated image loads.

Personally, I quite like SDWebImage for loading images in the background

Upvotes: 1

Related Questions