Objective-C Definedness
- by Dan Ray
This is an agonizingly rookie question, but here I am learning a new language and framework, and I'm trying to answer the question "What is Truth?" as pertains to Obj-C.
I'm trying to lazy-load images across the network. I have a data class called Event that has properties including:
@property (nonatomic, retain) UIImage image;
@property…