In ARC, __bridge is supposed to imply just a cast with no ownership transfer. But the following code snippet does not crash:In ARC, __bridge is supposed to imply just a ca
In ARC, __bridge is supposed to imply just a cast with no ownership transfer. But the following code snippet does not crash:In ARC, __bridge is supposed to imply just a ca