Hello everyone, I have a question for yall.
Say I have a some of IBOutlets like this.
Should put these items in the dealloc method? Or since I am not allocating them should I just leave them?
Say I have a some of IBOutlets like this.
Code:
IBOutlet NSTextField text1;
IBOutlet NSTextField text2;
IBOutlet NSTextField text3;
Should put these items in the dealloc method? Or since I am not allocating them should I just leave them?