-
Notifications
You must be signed in to change notification settings - Fork 0
Ken Harris edited this page Mar 8, 2018
·
1 revision
Mike Ash says (2018-3-8):
Avoid
__bridge_transfer
and__bridge_retained
, and useCFBridgingRetain
andCFBridgingRelease
instead. They're the same, but the name is much easier to understand. You use them where you'd otherwise useCFRetain
orCFRelease
.