iOS – how to show multi network images at the same time?
On my UIView, I have 3 UIImageViews to load 3 image’s url. As we all know, 3 UIImageView load images has time difference , But I have a requirement: After 3 images all downloaded, then 3 UIImageViews show these 3 images at the same time, how to do? >Solution : So if I understood correctly… Read More iOS – how to show multi network images at the same time?