I for the life of me cannot figure this out,
How do I access objects in other classes?
specifically I have a UITextView in my mainViewController,
and in my secondViewController I would like to edit the TextView's text.
how could i access the UITextView's setText: funcction from an external class?
Thanks in advance
