I know how to get the text from of a UITextField, so that’s not the problem. My problem is how do I get its value from a different XIB file?
For example: I have a name text field in my Form.xib, and I am trying to pull in that name value from Chart.xib
make the
UItextFielda IBOutlet (@property) in its corresponding view controller (let say view A) ..then ..lets says you want the value of text file in view B .
so in view B.