__unsafe_unretained and release with ARC - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
__unsafe_unretained and release with ARC - Stack Overflow
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 ...