Populate UITableView with youtube thumbnail
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.
精彩评论