Is it possible to cache Videos? IOS - Swift

前端 未结 2 460
说谎
说谎 2020-12-14 23:47

I am trying to download and play videos in a tableView like Instagram, vine or even facebook.

What I am trying to achieve is a tableView where I display the videos a

2条回答
  •  -上瘾入骨i
    2020-12-15 00:01

    great question. You're best bet is to use something open-source and 3rd party on Github. I use them solely for images, but I believe they will load and cache videos for you as well. Here are the links to some popular ones...

    https://github.com/onevcat/Kingfisher https://github.com/Haneke/HanekeSwift There is also a good list of libraries you might find useful... https://github.com/Wolg/awesome-swift

    Hope this helps!

提交回复
热议问题