I have an iPhone app and I want one view to push to a UIWebView maybe that shows search results of youtube videos for a particular search term. Then I want the user to be able to select the video and play it in app.
I've looked at the youtube tutorials but can't seem to get a good grasp as to how to do this.
Here is a method I use in a view controller with a UIWebView :
http://iosdevelopertips.com/video/display-youtube-videos-without-exiting-your-application.html