In Objective-C or Swift when ARC (Automatic Reference Counting) is working? On compilation or on run time stage? And why is it matter?
The compiler inserts the necessary retain
/release
calls at compile time, but those calls are executed at runtime, just like any other code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With