You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
How do manage the loading of images from an external source? I have read a question about this but there is no sample code. I have tried using asynimageview by Nick Lockwood. This class creates a subclass of uiimageview and goes to an URL to pick it up. When I load the controller I define each image on the array with an asyncimageview but only some of them are created in the grid.
I have been debugging and only images which are downloaded previously to the animation are show. The rest of them are ignored, so depending on times of access to the internet you will get a different set of images.
Any idea how to manage this? Or any other approach that could be done?
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hi,
How do manage the loading of images from an external source? I have read a question about this but there is no sample code. I have tried using asynimageview by Nick Lockwood. This class creates a subclass of uiimageview and goes to an URL to pick it up. When I load the controller I define each image on the array with an asyncimageview but only some of them are created in the grid.
I have been debugging and only images which are downloaded previously to the animation are show. The rest of them are ignored, so depending on times of access to the internet you will get a different set of images.
Any idea how to manage this? Or any other approach that could be done?
Thanks a lot
The text was updated successfully, but these errors were encountered: