-1
割り当てツールでこの出力が表示されます(警告が多すぎます)。ここで悪いことを教えてもらえますか? UIImageと私は/使用ナビゲーションコントローラiPhone APPデリゲートの割り当て警告
を作成し、これはあなたがUIImage
を持っているよう
@implementation UIImage(APP)
+(UIImage *) APP_IMAGE_BCKGROUND {
NSString *path = [[NSBundle mainBundle] pathForResource:@"bckPhone" ofType:@"png"];
return [UIImage imageWithContentsOfResolutionIndependentFile:path];
}
tnxコードplsの表示が – Spring
に変更されました。「2つの異なるanImageViewイメージを設定し、別のクラスに保持されています – Spring