Hello im new to creating app's and really would like to do it for myself for fun for a while and maybe use it for a career later but for now just for fun in spare time. My question is im creating a simple tab bar app for my youtube channel i have a tab for twitter,facebook, and other stuff but my last one is a youtube channel. I just did a standard UIWebview with the website and its like your on the mobile platform if your on safari like i want but when you play a video it only works in portrait view and i have tried a few things like chaning the code so it is
"- (BOOL)shouldAutorotateToInterfaceOrientation

UIIn terfaceOrientation)interfaceOrientation
{
return YES;
}"
But that sadly makes the whole tab bar application landscape and that isn't what im looking to do. I honestly have spent hours upon hours trying new things and i literally am having no progress and i am getting very frustrated. I hope this helps, thank you. And just in case i was confusing before i would like to just make the Youtube video's in the UIWebview landscape and that is it. Thanks again. Also if this isn't possible could i get maybe some direction on how to implement a youtube API into a tab bar app...? thanks sorry if i am rambling.