Posts tagged Objective-c

  • 7 Objective C tips to avoid memory mistakes

    Apple Memory Management

    There is no argument to be had about whether ARC is beneficial. The reduction of boiler-plate memory code, is alone, enough to justify its use. The elimination of issues resulting from objects being incorrectly retained or released also saves developers untold hours debugging weird memory management issues.