YLGIFImage icon indicating copy to clipboard operation
YLGIFImage copied to clipboard

Doesn't display image

Open magin opened this issue 10 years ago • 2 comments

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.

magin avatar Apr 19 '14 00:04 magin

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?

Thanks.

liyong03 avatar May 08 '14 13:05 liyong03

@magin Do you mean this? #9

wanghengheng avatar Jan 26 '15 03:01 wanghengheng