in my project i have a viewController composed a containerView (which has a tableview with two textfield) and a button. Basically, I wish when i press my button, i get the text in the textfield. How can i get the value of the textfield in the viewController if they are contained in a tableview in turn contained in a containerView?
Maybe the image can help figure out: