Hi all
I have a newbie question:
My app has a scrollview that load xml contents, one of these contents is a youtube url.
I try to put a UIButton that load a subview but doesn't work into scrollview
The action of my button is:
Code:
- (IBAction)viewVideoUrl:(id)sender {
[[self view] addSubview:videoView];
}
Someone can help me please?
Thanks!!