I have a custom expandable UITableViewCell. When expanded, it shows a couple of UITextFields. I want to update the table-data in the UITableView after the value of a UITextField has changed. Detecting the change-events is not a problem.
Is there an easy way to access the custom UITableView controller from the UITableViewCell? Should I create a reference when creating the cell in cellForRowAtIndexPath?
Thanks!