Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
セルの背景画像を設定すると、テーブル ビュー データ (つまり、配列に入力されたデータ) が読み込まれません。しかし、セルの背景画像がなくても問題なく動作しています。
を使用して背景画像を設定します
UIImageView *imgView=[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"yourImage.png"]]; [cell setBackgroundView:imgView];