Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASNetworkImageNode load web image Frame loss #785

Closed
fuhailong opened this issue Feb 2, 2018 · 1 comment
Closed

ASNetworkImageNode load web image Frame loss #785

fuhailong opened this issue Feb 2, 2018 · 1 comment

Comments

@fuhailong
Copy link

i need to use ASNetWorkImageNode to load one web image,node size 70x70.
web image url:
http://img1.miaomiaoz.com/image/f6f2d679f6ca3226de304b4d906e7aad.png!/rotate/auto/fwfh/140x140
but ASNetworkImageNode displayed very vague,if i use UIImageView,displayed normal.
why? some parameter setting is wrong?
1
2
3

@fuhailong
Copy link
Author

The problem has been solved
need to add properties
self.logo.forcedSize = size;
self.logo.contentMode = UIViewContentModeScaleAspectFit;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant