__unsafe_unretained and release with ARC - Stack Overflow

__unsafe_unretained and release with ARC - Stack Overflow

瀏覽:811
日期:2025-06-12
2012年12月29日 - The easiest way is to use a __bridge cast and CFRelease : CFRelease((__bridge void *)foo->__bar);. Some other notes: Don't use the names __char ......看更多