Skip to content
Ken Harris edited this page Mar 8, 2018 · 1 revision

Mike Ash says (2018-3-8):

Avoid __bridge_transfer and __bridge_retained, and use CFBridgingRetain and CFBridgingRelease instead. They're the same, but the name is much easier to understand. You use them where you'd otherwise use CFRetain or CFRelease.

Clone this wiki locally