How to share information across controllers?

Posted by Steffen on Stack Overflow See other posts from Stack Overflow or by Steffen
Published on 2010-04-28T17:29:31Z Indexed on 2010/04/28 21:47 UTC
Read the original article Hit count: 333

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c