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.
私は使っている
UIColor *color = [UIColor colorWithPatternImage:[UIImage imageNamed:@"seprator.png"]]; [self.tableView setSeparatorColor:color];
これはシミュレーターでは正常に機能しますが、画像がデバイスに表示されません。
デバイスでプロジェクト コマンド + Shift + K を消去し (XCode でデバイスを選択)、プロジェクトを再度実行して、デバイスで実行中のビルドにイメージがコピーされるようにします。