码迷,mamicode.com
首页 > 其他好文 > 详细

蓝懿教育 影视检索

时间:2015-09-21 11:57:58      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:

//加载网络路径的内容

    NSData *data = [NSData dataWithContentsOfURL:[NSURL URLWithString:s.cover]];

    

    cell.imageView.image = [UIImage imageWithData:data];

UIViewController *vc = [[UIViewController alloc]init];

    

    UIWebView *wv = [[UIWebView alloc]initWithFrame:vc.view.bounds];

    //让wv加载电影播放页面

//    1创建加载请求

    NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:s.detail_url]];

    [wv loadRequest:request];  

 

    [vc.view addSubview:wv];

蓝懿教育 影视检索

标签:

原文地址:http://www.cnblogs.com/stuyingiOS/p/4825568.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!