Question about CocoaMessage, sharedApplication, delegate
Posted: Mon Jun 06, 2022 3:41 pm
If I use the same cocoaMessage multiple times inside my program will it work like a procedure or
will it compile the same code on every line where I write it?
Is it fine to store the sharedApplication and appDelegate in a global variable on program start or is there something to consider?
will it compile the same code on every line where I write it?
Is it fine to store the sharedApplication and appDelegate in a global variable on program start or is there something to consider?