Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIButtonアクションでYouTubeビデオを開き、YouTubeビデオを終了した後。[DONE] ボタンをクリックすると、コントロールが適用されます。これを実現するにはどうすればよいでしょうか。
1:フレーム付きの UIWebView を作成する
2: SuViewとして追加
3: URL を使用した loadRequest
[myWebView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://www.youtube.com]]];