6 ms·
Thanks! I still recommend that everyone learn how memory management works before jumping into ARC. Much of what I do still has to support 4.0. That said, ARC
by subdigital 15y ago
Thanks!
I still recommend that everyone learn how memory management works before jumping into ARC. Much of what I do still has to support 4.0. That said, ARC is pretty badass, and I plan on doing a screencast on ARC in the near future.
- stottc 15y agoARC is nearly fully supported on 4.0
- subdigital 15y agoYou're right, ARC is partially supported in 4.0 (no weak references), but learning the hard way is still beneficial before learning on ARC.