开发者

Do you have to release the returned value for ABAddressBookGetPersonWithRecordID?

Do you have to release the returned value for ABAddressBookGetPersonWithRe开发者_Python百科cordID?


No, you do not have ownership of the return value and thus you do not have to release it.

See Ownership Policy for details on why this is. Make sure you read and understand the "Create Rule" (further down the page), so you can figure out which objects you have to release if you encounter such a case in the future.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜