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:
Status: Offline
Joined: Sep 19, 201014Year Member
Posts: 1,533
Reputation Power: 71
Status: Offline
Joined: Sep 19, 201014Year 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
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:
Status: Offline
Joined: Feb 26, 201212Year Member
Posts: 27
Reputation Power: 1
You are viewing our Forum Archives. To view or take place in current topics click here.