¡@

Home 

2014/10/15 ¤U¤È 10:14:17

iphone Programming Glossary: socks

NSFetchedResultsController and NSOrderedSet relationships

http://stackoverflow.com/questions/8758429/nsfetchedresultscontroller-and-nsorderedset-relationships

this serves as a simple example Drawer and Sock are both NSManagedObjects in a Core Data model store. On Drawer the socks relationship is a ordered to many relationship to Sock . The idea being that the socks are in the drawer in a specific order... Data model store. On Drawer the socks relationship is a ordered to many relationship to Sock . The idea being that the socks are in the drawer in a specific order. On Sock the drawer relationship is the inverse of the socks relationship. In a UIViewController.. idea being that the socks are in the drawer in a specific order. On Sock the drawer relationship is the inverse of the socks relationship. In a UIViewController I am drawing a UITableView based on these entities. I am feeding the table using a NSFetchedResultsController..