I have a NSStatusItem called statusItem created in my AppDelegate. I want to change the tooltip in the instance of NSStatusItem in a different object, but don't know how to do so since I'm still getting the hang of the Objective C language coming from Basic.
How should I implement this?