对目标C和SOS发展(来自PHP)来说,是一个比较简单的问题,我似乎无法找到答案:
我也看到了一个分裂的例子。 浏览设计,如果一个用户在主意中点击某一项目时将网页装入《详细观点》。 我全力以赴,但愿以网络观点取代形象。 因此,我修改了装上UIImage的电灯,而不是装上网上电文。 我所期望的是,这相当于这一法典:
NSString *urlString = [pagesAddress objectAtIndex:indexPath.row];
NSURL *url = [NSURL URLWithString:urlString];
// these 2 is where I get lost with the images.
NSURLRequest = *request = [NSURLRequest requestWithURL:url];
[detailViewController.webView loadRequest:request];
我来到这里:
NSString *imageName = [pagesAddress objectAtIndex:indexPath.row];
UIImage *myImage = [UIImage imageNamed:imageName];
// missing the last 2 calls: one to tell Xcode that it s an image "request" I want and the second to load the actual image (based on it s name that is already in an array) into the ImageView.
感谢。
PS
我试图这样做:
NSString *imageName = [pagesAddress objectAtIndex:indexPath .row];
[detailViewController.imageView setImage:[UIImage imageNamed:imageName]];
这只是第一个形象,然后在我试图显示最后一个形象时坠毁。