コードスニペット
self.newsImage = [[UIImageView alloc] initWithFrame:CGRectMake(0,0,300,130)]; //set placeholder image or cell won't update when image is loaded self.newsImage.image = [UIImage imageNamed:@"newsDetail.png"]; //load the image self.newsImage.imageURL = [NSURL URLWithString:imageBig]; [imageBack addSubview:self.newsImage];
40*40 サイズの画像が 1 つありますが、画像ビューのサイズは 300*130 です。画像の引き延ばしを回避する方法。
UIImageviewの中心が欲しい。
前もって感謝します !!!!