我是个新手,是一个问题,最终可能有助于理解这一概念。
基本上,我有“情报总会”,它装着一只 st子。 现在我想,当一个用户点击ton子时,要拿出一种不同的观点,而这种看法可能是一种网上意见。 现在,我想我们的看法是,视原观点所批评的纽伦而定,要装上不同的气温。
如何做到这一点? 基本上,在我头脑中,我认为,在纽伦受到压力时,我可以装上并淡化看法。
In
- (void)tableView:(UITableView *)tableView
didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
NSString *selectedLink = [valuesForSection objectAtIndex:row];
NSString *urlAddress = @"http://www.google.com";
//Create a URL object.
NSURL *url = [NSURL URLWithString:urlAddress];
//URL Requst Object
NSURLRequest *requestObj = [NSURLRequest requestWithURL:url];
//Load the request in the UIWebView.
[webView loadRequest:requestObj];
[self.view removeFromSuperview];
[self.view insertSubview:webView atIndex:0];
}
这样做是否正确? 或者,如何做到这一点?