Posts tagged Ios
iOS URL schemes
A list of common iOS system URL schemes. Use the links below to validate that your app supports these correctly.
7 Objective C tips to avoid memory mistakes
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.