CFBridgingRetain
Casts an Objective-C pointer to a Core Foundation pointer and also transfers ownership to the caller.
Objective-CポインタをCore Foundationポインタにキャストします、そしてまた所有権を呼出し側に移します。
Availability 有効性
Technology
id CFBridgingRelease(CFTypeRef
X);
You use this function to cast a Core Foundation-style object as an Objective-C object and transfer ownership of the object to ARC such that you don’t have to release the object, as illustrated in this example: あなたは、この関数を使ってCore FoundationスタイルのオブジェクトをObjective-Cオブジェクトとしてキャストして、そしてオブジェクトの所有権をARCに移し替えます、それであなたはオブジェクトを解放する必要はありません、この例で説明されるように:
CFBridgingRetain