|
|
|
|
|
by mirkules
4901 days ago
|
|
I love your advice: start out learning how to manage memory and it only gets easier. While ARC is great compared to manual memory management, it doesn't work on non-Objective-C object, such as CFRefs (when dealing with sound, for example). |
|