この(コードを参照)画像を背景に表示する方法を知っている人はいますか? Interface Builderに配置した他の画像に「ぶら下がっている」ことはありません
UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 320, 104)];
[imageView setImage:[UIImage imageNamed:@"helloworld.png"]];
[self.view addSubview:imageView];