Fill a CoreData entity from different viewControllers
问题 I built a Core data model with different entities for my database, on my iPad app. I do want to access these attributes (and fill the dBase) from different viewControllers. For instance, there are UITextFields in viewController A, and another UITextField in viewController. I'd like the seized information to fill different attributes from my Core Data entity... Is that possible? What is the best practice to do so? My problems : I declare the objects with type "entity" in viewController A I