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 in swift load gif not animating #36

Closed
huangboju opened this issue Apr 19, 2017 · 1 comment
Closed

ASNetworkImageNode in swift load gif not animating #36

huangboju opened this issue Apr 19, 2017 · 1 comment

Comments

@huangboju
Copy link

This is my code

let imageNode = ASNetworkImageNode()

        imageNode.url = URL(string: "https://media.giphy.com/media/l2R0aKwejYr8ycKAg/giphy.gif")
        imageNode.delegate = self
        imageNode.frame = view.bounds
        imageNode.autoresizingMask = [.flexibleWidth, .flexibleHeight]
        imageNode.contentMode = .scaleAspectFit
        view.addSubnode(imageNode)
@maicki
Copy link
Contributor

maicki commented Apr 25, 2017

Hey @huangboju, the core team can't field questions like this unfortunately. There's a ton of smart people helping one another apply Texture in the #general channel of the Texture slack team or ask your question on StackOverflow. Thanks!

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

2 participants