Bridging to/from CoreFoundation on Linux...
Read MoreWhy can't NSSpeechsynthesier's class method availableVoices be bridged to a Swift array of s...
Read MoreDoes CFBridgingRelease restore ownership to preexisting references without direct assignment?...
Read MoreWhy use toll-free bridging for collections with custom memory-management semantics?...
Read MoreToll-free bridging and pointer access in Swift...
Read MoreAre Swift's String, Array, and Dictionary NSObjects? Why can a struct be an NSObject?...
Read MoreObjC casting a block with toll-free-bridged types...
Read MoreCFDictionary won't bridge to NSDictionary (Swift 2.0 / iOS9)...
Read MoreIs a __bridge_transfer valid on a NULL object...
Read MoreNSString to CFStringRef and CFStringRef to NSString in ARC?...
Read MoreARC: __bridge versus __bridge_retained using contextInfo test case...
Read MoreCorrect way to handle CGImageRef in containers under ARC...
Read MoreOS X: How to correctly bridge release pointer with __bridge_transfer...
Read MoreSafe to use matching CFBridging calls to transfer in and out of ARC for non CF types?...
Read MoreOS X and FSEvents: How do you release a callback pointer supplied to an FSEventStreamRef?...
Read MoreNSFastEnumeration object casting in ARC...
Read More