What does @NSManaged do?

后端 未结 3 1185
心在旅途
心在旅途 2021-01-30 06:55

I have encountered this keyword in various occasions. I kind of know what it\'s suppose to do. But I really want a better understanding of it.

What I noticed about

3条回答
  •  青春惊慌失措
    2021-01-30 07:23

    In the apple docs, for Custom Managed Object Class, they quote properties example like... To me it seems there is no difference, I have used @dynamic in objective C, it seems @NSManaged is the replacement in Swift.

提交回复
热议问题