开发者

Do you have to release the returned value for ABAddressBookGetPersonWithRecordID?

开发者 https://www.devze.com 2022-12-12 11:08 出处:网络
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.

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

精彩评论

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