Hey guys,
Here is the problem, in one nib, I have a insert button that is supposed to insert a string into a text view, but the problem is, the text view is not in the same nib as the insert button. So I cannot simply do a [textView insertText:string].
I'm wondering of ways to go about this in communicating with different nib's. I've heard I can use sharedControllers, but I'm not sure in which way.
Any help appreciated,
Oliver