You are viewing our Forum Archives. To view or take place in current topics click here.
Need help with Xcode!
Posted:

Need help with Xcode!Posted:

-Facebook
  • TTG Senior
Status: Offline
Joined: Sep 19, 201013Year Member
Posts: 1,533
Reputation Power: 71
Status: Offline
Joined: Sep 19, 201013Year Member
Posts: 1,533
Reputation Power: 71
Im newish to Xcode..

Im trying to put a youtube video in my app. I am planning on doing it through web view because that is the only way i know how:L

so in my .h i have :


@interface ONAViewController : UIViewController
{
IBOutlet UIWebView *webView;
}

so i then go to my story board to link the button to the IBoutlet, but how? when i click the view controller the outlet does not come up?


So what im asking is, how do i embed a youtube video into the app?

Running Xcode 4.2
#2. Posted:
t-roll
  • New Member
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 27
Reputation Power: 1
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 27
Reputation Power: 1
Make sure you have this code in your .m

(the code under viewDidLoad)

Replace twitter with your direct address

[ Register or Signin to view external links. ]
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.