Re: Nib image caching

2013-05-28 Thread Nick Zitzmann
On May 28, 2013, at 4:25 PM, James West wrote: > Does anyone know if nibs cache images or not inside of UIImageView? They don't. IIRC early versions of OS X allowed this, but it was taken out pretty quickly. Nick Zitzmann

Nib image caching

2013-05-28 Thread James West
Does anyone know if nibs cache images or not inside of UIImageView? In code, one would use - (UIImage *)imageNamed for a cached image, and - (UIImage *)imageWithContentsOfFile to pull directly from disk. But I'd like to learn how UIKit unarchives them from nibs. Cheers, -- James West j...@