ios programming (3rd) notes
摘要:
OwnershipWhen an object has an instance variable that points to another object , the object with the pointer is said to own the object being pointed to.When a method(function) has a local variable that points to an object, that method is said to own the object being pointed to.Recall that a collecti 阅读全文
posted @ 2012-07-13 09:17
grep
阅读(291)
评论(0)
推荐(0)
浙公网安备 33010602011771号