ios - Array of NSManagedObject attributes -
i'd array of attributes nsmanagedobject
can use kvo export them. can create array manually , iterate through it, however, i'd list automatically, iterate.
an nsmanagedobject has entity associated it. use nsentitydescription's -attributesbyname
, -relationshipsbyname
. you'll dictionary each of methods. ask dicts -allkeys
.
Comments
Post a Comment