11
A
答えて
9
initWithCoder:
は、ココアシリアライゼーションシステムの一部であるNSCoder
プロトコルの一部です。 Archives and Serializations Guide for Cocoaをお読みください。
関連する問題
- 1. initWithCoderで:NSCoder(UINibDecoder)のキーは何ですか? (UIImageViewの場合)
- 2. iPhoneではいつencodeWithCoder:とinitWithCoder:を使用しますか?
- 3. ここでawakeFromNibまたはinitWithCoderを使用しますか?
- 4. カスタムinitWithCoderでビューを初期化する
- 5. は、initWithCoderとカスタムUIViewsについて混乱しています
- 6. initWithCoderはアカウントに自動レイアウトしない
- 7. initWithFrame:とinitWithCoderの両方をオーバーライドする方法:UIViewのサブクラスでは?
- 8. iOSとXcodeでは、initWithCoderを自動的にインクルードする方法はありますか?
- 9. stretchableImageWithLeftCapWidth:topCapHeightは、UIImageViewサブクラスのinitWithCoder:で動作しません。
- 10. シングルトンでinitWithCoderとNSUnarchiverを実装するのに手助けが必要
- 11. initWithCoderでカスタムUITableViewCellをスタイリングする:動作しない
- 12. iOS:各イニシャライザはいつテーブルセルに使用されますか? init、initWithFrame、initWithCoder、initWithStyle
- 13. トランスフォームとは何か、トランスフォームとは何ですか?
- 14. jobConfクラスとは何ですか?それは何ですか?
- 15. @privateとは何ですか?その用途は何ですか?
- 16. IPM.Noteとは何ですか?その用途は何ですか?
- 17. _applyプラグインとは何ですか: 'com.google.gms.google-services'_は何ですか?
- 18. Mongoclientとは何ですか?その目的は何ですか?
- 19. 型とは何ですか?スカラーの型コンストラクタは何ですか?
- 20. GraphemeClusterとは何ですか?ExpressibleByExtendedGraphemeClusterLiteralの機能は何ですか?
- 21. オプションとは何ですか?typescriptの[x:string]は何ですか?
- 22. initWithCoderで初期化されたメモリがdrawViewで失われる
- 23. Sqliteとは何ですか?
- 24. イメージハッシュとは何ですか?
- 25. (* new)とは何ですか?
- 26. WCF:ServiceHostとは何ですか?
- 27. __gmon_start__シンボルとは何ですか?
- 28. Control.IsHandleCreatedとは何ですか?
- 29. ADBとは何ですか?
- 30. `+:`と ` - :`は何ですか?
http://developer.apple.com/mac/library/documentation/cocoa/Reference/Foundation/Protocols/NSCoding_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/NSCoding/initWithCoder: – Sampson