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
now the issue is it taking more then one minute to load images.its not showing images as one by one bu rather its just showing all images at once after one minute of delay..
I want to solve this issue by showing images as downloaded one by one rather then showing all images at once
The text was updated successfully, but these errors were encountered:
am using FastImageCache Caching Library for loading and caching the images asynchronously.
i have a requirement to load around 100 images in one view at once with the following code in For Loop.
FICDPhoto *photo = [[FICDPhoto alloc] init];
[photo setSourceImageURL:[NSURL URLWithString:logo]];
now the issue is it taking more then one minute to load images.its not showing images as one by one bu rather its just showing all images at once after one minute of delay..
I want to solve this issue by showing images as downloaded one by one rather then showing all images at once
The text was updated successfully, but these errors were encountered: