How To Play YouTube Videos Within an Application | iPhone Development Blog
Great tip that I can see myself needing in the near future. If you’re trying to add YouTube videos to your application, the default method is pretty clunky and not user friendly, and most importantly… causes you application to lose control as the user goes to the YouTube app.
This method embeds the YouTube video in a small UIWebView. Seems pretty useful to me and I can’t wait to give it a shot!
Loading...