I am trying to display a html page from a website on iPad. Instead of using UIWebview, I used Textkit so I can display the content in multiple columns. I used iOS7 Day-by-Day day 21 example as reference.
It worked fine except the video does not show up at all. The video embeded in the HTML page is youtube videos.
Could anyone let me know if it is possible to show youtube video in textKit?
Thanks.