标签:ios 股票行情
html
self.webView =[[UIWebView alloc]initWithFrame:CGRectMake(0, -2, self.view.frame.size.width,self.view.frame.size.height+30)];
[self.view addSubview:self.webView];
[self.webView sizeToFit];
// [self.navigationController.view addSubview:self.webView];
NSURLRequest *request=[NSURLRequest requestWithURL:[NSURL URLWithString:@"http://m.stockstar.com/?bd_ts=8893011&bd_framework=1&bd_source_light=2809862"]];
[self.webView loadRequest:request];
标签:ios 股票行情
原文地址:http://blog.csdn.net/sammyieveo/article/details/45880011