Subclassing UIImageView
When subclassing objects for use in Interface Builder, make sure to use "initWithCoder" for setup stuff. In general, it seems that subclassing UIImageView/UIImage is possibly bad form, and that categories would be preferred - will need to look into that next.










