I want to change the background color of a custom view. I have a subclass NSView something like that:
#import @interface CustomBGView :
You're storing the argument to changeColor: in an instance variable, but not retaining it, so you don't own it and it thinks it can go away.
changeColor: