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
Could you check whether [slideItem imageName] return correct image name? I have tried it's OK like what I do in the demo.
And what's your system version?
UIImageView works great while YLImageView doesn't in this code::
YLImageView *slideImageView = [[YLImageView alloc] init];
slideImageView.image = [YLGIFImage imageNamed:[slideItem imageName]];
[slideItem imageName] is the name of the image.
Later I am adding and repositioning the slideImageView to be visible on screen.
The text was updated successfully, but these errors were encountered: