资讯

精准传达 • 有效沟通

从品牌网站建设到网络营销策划,从策略到执行的一站式服务

UI中的网页加载-创新互联

- (void)viewDidLoad {

专注于为中小企业提供网站制作、成都做网站服务,电脑端+手机端+微信端的三站合一,更高效的管理,为中小企业内乡免费做网站提供优质的服务。我们立足成都,凝聚了一批互联网行业人才,有力地推动了千余家企业的稳健成长,帮助中小企业通过网站建设实现规模扩充和转变。

  [super viewDidLoad];

  // Do any additional setup after loading the view.

  self.title = @"图片新闻";

  //新建网页视图

  webView = [[UIWebView alloc]initWithFrame:self.view.bounds];

  //网页视图自适应屏幕尺寸

  webView.scalesPageToFit = YES;

  //设置代理

  webView.delegate = self;

  [self.view addSubview:webView];

 

  //加载百度

//    //创建request对象

//    NSMutableURLRequest *mResquest = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"http://www.baidu.com"]];

//    //网页控件加载一个

//    [webView loadRequest:mResquest];

 

  //初始化风火轮

  UIActivityIndicatorView *ac = [[UIActivityIndicatorView alloc]initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhite];

  UIBarButtonItem *rightItem = [[UIBarButtonItem alloc]initWithCustomView:ac];

  self.navigationItem.rightBarButtonItem = rightItem;

  [self _loadData];

}

- (void)_loadData{

  NSString *filePath = [[NSBundle mainBundle]pathForResource:@"news" ofType:@"html"];

  NSError *error = nil;

  NSString *str = [NSString stringWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:&error];

  NSDictionary *jsonData = [ReturnJson showJson:news_detail];

  NSString *title = [jsonData objectForKey:@"title"];

  NSString *source = [jsonData objectForKey:@"source"];

  NSString *time = [jsonData objectForKey:@"time"];

  NSString *author = [jsonData objectForKey:@"author"];

  NSString *content = [jsonData objectForKey:@"content"];

  NSString *htmlStr = [NSString stringWithFormat:str,title,source,time,content,author];

  [webView loadHTMLString:htmlStr baseURL:nil];

}

#pragma mark-UIWebViewDelegate

//开始加载

- (void)webViewDidStartLoad:(UIWebView *)webView{

  UIActivityIndicatorView *ac = (UIActivityIndicatorView *)self.navigationItem.rightBarButtonItem;

  [ac startAnimating];

}

//结束加载

- (void)webViewDidFinishLoad:(UIWebView *)webView{

  UIActivityIndicatorView *ac = (UIActivityIndicatorView *)self.navigationItem.rightBarButtonItem;

  [ac stopAnimating];

}

//加载出错

- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error{

 

}

- (void)didReceiveMemoryWarning {

  [super didReceiveMemoryWarning];

  // Dispose of any resources that can be recreated.

}

创新互联www.cdcxhl.cn,专业提供香港、美国云服务器,动态BGP最优骨干路由自动选择,持续稳定高效的网络助力业务部署。公司持有工信部办法的idc、isp许可证, 机房独有T级流量清洗系统配攻击溯源,准确进行流量调度,确保服务器高可用性。佳节活动现已开启,新人活动云服务器买多久送多久。


名称栏目:UI中的网页加载-创新互联
标题网址:http://cdkjz.cn/article/spjhc.html
多年建站经验

多一份参考,总有益处

联系快上网,免费获得专属《策划方案》及报价

咨询相关问题或预约面谈,可以通过以下方式与我们联系

业务热线:400-028-6601 / 大客户专线   成都:13518219792   座机:028-86922220