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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -