I have two tabs in a tab bar controller for a user registration activity. I need to get some UITextFields' value from the "First Tab" once the user clicks the register button in the "Second Tab".
So, is it possible to directly access to a textfield that's in another view? or what else I can do to solve?
Using delegate/notification seems another way but gone through all the articles/question related to delegate but couldn't figured out how to implement it to my code. If so, coud you please share a good article about how to implement delegates.
Thanks in advance.