A lazy property is a property whose initial value is not calculated until it is first used. Lazy storage properties are declared by prefixing the declaration with a lazy modifier.While ARC does require some thought (around object ownership for example) the requirements on developers are much less with MRR.If you only need a thumbnail size image, st… Read More