Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created November 19, 2019 04:35
Show Gist options
  • Select an option

  • Save dmytro-anokhin/d960a5fad959a7573eeb8b5c5d1d9663 to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/d960a5fad959a7573eeb8b5c5d1d9663 to your computer and use it in GitHub Desktop.
for i in 0..<imageDecoder.frameCount {
let cgImage = imageDecoder.createFrameImage(at: i)
let duration = imageDecoder.frameDuration(at: i)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment