List Question
20 TechQA 2023-07-25T19:08:34.253000Why can't NSSpeechsynthesier's class method availableVoices be bridged to a Swift array of strings?
134 views
Asked by Laurence Wingo
Does CFBridgingRelease restore ownership to preexisting references without direct assignment?
142 views
Asked by Mrb83
Why use toll-free bridging for collections with custom memory-management semantics?
153 views
Asked by PinkiePie-Z
Bridging to/from CoreFoundation on Linux
896 views
Asked by NobodyNada
Are Swift's String, Array, and Dictionary NSObjects? Why can a struct be an NSObject?
255 views
Asked by huynguyen
(__bridge__transfer NSData*) returns _NSCFArray instead of NSData
263 views
Asked by malena
ObjC casting a block with toll-free-bridged types
164 views
Asked by Stephen Groom
CFDictionary won't bridge to NSDictionary (Swift 2.0 / iOS9)
3.7k views
Asked by T. Benjamin Larsen
Assigning from a Class method binds the class instead of its return value
99 views
Asked by Sean Michael Dorian
Why is Swift Dictionary not bridgeable?
530 views
Asked by Boon
Is a __bridge_transfer valid on a NULL object
991 views
Asked by Awesome-o
Toll-free bridging and pointer access in Swift
10.5k views
Asked by Ephemera
ARC: __bridge versus __bridge_retained using contextInfo test case
4.2k views
Asked by Steveo
Correct way to handle CGImageRef in containers under ARC
1.4k views
Asked by daveMac
Safe to use matching CFBridging calls to transfer in and out of ARC for non CF types?
375 views
Asked by godel9
OS X: How to correctly bridge release pointer with __bridge_transfer
744 views
Asked by Steveo
OS X and FSEvents: How do you release a callback pointer supplied to an FSEventStreamRef?
575 views
Asked by Steveo
NSString to CFStringRef and CFStringRef to NSString in ARC?
46.4k views
Asked by zumzum
NSFastEnumeration object casting in ARC
693 views
Asked by nebs