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.
iphoneのNSUserDefaultsに単一のリンクリスト情報を保存することは可能ですか。情報を保存する別の方法がある場合は、そのことも記載してください
NSUserDefaults は、NSNumber、NSString、NSDate、NSArray、NSDictionary などの標準データ型のみを格納できます。リンク リスト クラスに NSCoding をいつでも実装し、Cocoa の標準的なアーカイブ方法を使用してディスクに保存できます。