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 デバイスでの最初の起動時に作成してサンドボックスに保存するのではなく、アプリ ストアからダウンロードしたときに既にサンドボックスに情報が読み込まれているアプリを作成するにはどうすればよいでしょうか?
.plist ファイルを作成し、プロジェクトに追加します。デフォルトでは、plist のルート オブジェクトはディクショナリです。実行時に、メイン バンドル内のファイルを見つけて、 を使用dictionaryWithContentsOfFile:してロードします。
dictionaryWithContentsOfFile: