OK, I've got a text field that's defined and used in one class, but I want the app's class to access this for putting the user defaults data into it. But, I can't get it to work. I thought importing the the class into the app's class would do it, but it won't work. Any suggestions?
Thanks.
(I have one window with different NSViews that each have their own contentView and each NSView has it's own class controller. I want the application's main class to access the text field that is controlled by another class)
Thanks.
(I have one window with different NSViews that each have their own contentView and each NSView has it's own class controller. I want the application's main class to access the text field that is controlled by another class)