Skip to content

Instantly share code, notes, and snippets.

@agammahajan1
Created August 30, 2020 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agammahajan1/5aa181ebf04a1455a43c0a8dfbcf2b8e to your computer and use it in GitHub Desktop.
Save agammahajan1/5aa181ebf04a1455a43c0a8dfbcf2b8e to your computer and use it in GitHub Desktop.
if let cacheUrl = FindCachedVideoURL(forVideoId: videoId) {
let cacheAsset = AVURLAsset(url: cacheUrl)
asynchronouslyLoadURLAssets(cacheAsset)
}
else {
asynchronouslyLoadURLAssets(newAsset)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment