Modify IBOutlet property from outside of viewDidLoad – Xcode Storyboards
I have a separate class which when called upon updates the ToolTip (a text property) for an NSButton in a pistonViewController via its IBOutlet. However, whenever I try to perform the action, I get the error "Unexpectedly found nil while…