开发者

Populate UITableView with youtube thumbnail

开发者 https://www.devze.com 2023-03-31 09:22 出处:网络
I have an app that has a video section, the idea is to have a tableview that will display a youtube thumbnail and infos about the video 开发者_Python百科on each row. I know how to get the videos on a

I have an app that has a video section, the idea is to have a tableview that will display a youtube thumbnail and infos about the video 开发者_Python百科on each row. I know how to get the videos on a regular view with UIWebView but how can i have that on a cell?


Use the gdata-objective-c client. It supports the YouTube data API so you can get thumbnail and other info about a video using this library.

0

精彩评论

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