Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. let image = APNGImage(name: "your_apng_image")
  2. let imageView = APNGImageView(image: image)
  3.  
  4. imageView.startAnimating()
  5.  
  6. view.addSubview(imageView)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement