开发者

iPhone - UITableview having a list of video thumbnails

开发者 https://www.devze.com 2023-03-31 17:49 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消