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.
X日ごとにWebサービスとオンラインで同期し、X個の画像をダウンロードしてデバイスに保存するiPhoneアプリを構築する必要があります。
次に、オフライン モードでテーブル ビューに画像を読み込む必要があります。
Core Data ストレージについて考えていましたが、可能ですか? コア データ データベースに画像を保存すると、アプリの速度が低下する可能性がありますか?
同様のことを試しましたが、CoreDataが不適切であることがわかりました。もし私があなたなら、画像への参照をCDに保存しますが、画像自体はそのまま保存します。