We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
The problem has been solved need to add properties self.logo.forcedSize = size; self.logo.contentMode = UIViewContentModeScaleAspectFit;
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: