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.
私が欲しいのは、アングリーバードのようにレベルの進歩を保存することだけです。最善の方法は何ですか?
ゲームはiOSデバイス用です。
Core Dataストレージの最良の方法はありますか?
何かをするための「最良の」方法はめったにありません。アプリですでにCoreDataを使用している場合は、そこに状態を保存するのは簡単です。他の解決策は、NSUserDefaultsを使用するか、Documentsフォルダー内のファイルに書き込むことです。