top | item 7391839

(no title)

reidmain | 12 years ago

You can also just create a category on UIView that defines a property which could store a object.

@property (nonatomic, strong) id context;

or

@property (nonatomic, weak) id context;

if you are sure the context will always exist.

discuss

order

No comments yet.