-
Notifications
You must be signed in to change notification settings - Fork 109
There has a problem with the loading image #32
Comments
Please provide the code used to present the FSImageViewController. Am Freitag, 19. Dezember 2014 schrieb jiazi11 :
|
There is the code to present the FSImageViewController. FSBasicImageSource *photoSource = [[FSBasicImageSource alloc] initWithImages:basicImageArray]; think you ! |
Hi, i could not see the root cause for this, what is in basicImageArray? |
Hi, basicImageArray is an array with FSBasicImage Object, this problem appare when the network is not good.you can set do not cache images at FSImageLoader.m, it may help to reproduce this problem. FSBasicImage *basicImage = [[FSBasicImage alloc] initWithImageURL:[NSURL URLWithString:[dic objectForKey:@"photourl"]] name:name]; |
I tested a lot of scenarios, nut i could not reproduce the issue. |
when the sixth image is loading , I touch the first image to show fullscreen , then scroll to the sixth image , the sixth imageView is showing the first image before its finish loading. Could you help to fix this problem ?
The text was updated successfully, but these errors were encountered: