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.
次のように、管理対象オブジェクトのインスタンスから属性の配列を取得できることを知っています。
[[[myManagedObject entity] attributesByName] allKeys]
しかし、myManagedObject をインスタンス化するのではなく、単にそのクラスにその属性の配列を要求したい場合はどうすればよいでしょうか? ありがとう