How to share information across controllers?
- by Steffen
Hi everybody,
I recently started programming my first Cocoa app. I have ran into a problem i hope you can help me with.
I have a MainController who controls the user browsing his computer and sets some textfield = the chosen folder.
I need to retrieve that chosen folder in my AnalyzeController in order to do some work. How do i pass the textfield objectValue from the MainController to the AnalyzeController?
Thanks