Accessing collection through KVC (to protect collection and be KVO compliant)
I have a class Test which has an array of Foos. I want to provide access to the Foos without exposing the ivar directly. I\'m trying to make this KVC compliant (also to pave the way for KVO compliance
问答
阅读(1)