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
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!