I have n sections (known amount) and X rows in each section (unknown amount. Each row has a UITextField. When the user taps the \"Done\" button I want to iterate through eac
for (UIView *view in TableView.subviews) { for (tableviewCell *cell in view.subviews) { //do } }