How can we list video thumbnails on a UItableview.I have the link for the videos (from an external server) in JSON array. P开发者_Go百科lease provide me with some insights or references.
Thanks,
I would approach this by generating thumbnails of each video beforehand and sending them down in your JSON array from the server. Any type of local processing of videos would be a huge performance hit.
精彩评论