Core Data Saving Attributes Of Entities
问题 This question is about Core Data. I created a Entity called TV with three attributes called name , price and size . I also created a subclass of NSMutableObject with TV.h and TV.m files. I imported the TV.h to my DetailViewController.h which handles my sliders und UIElements I want to take the values of. So I did a fetch request, and everything works fine, BUT : Everytime I update the UISlider (valueDidChange:), Xcode creates a COPY of my entity and adds it to my TV-Object . All I want Xcode