CCArray assigns instead of retains
I made an instance variable of type CCArray then had Appcode generate the property for me.
It set the property to assign instead of retain like I would have expected. Is this due to a lack of understanding on my part as to when a property should be retained or is this unexpected behavior?
请先登录再写评论。