I have a tableView in which I use an instance of a custom TableViewCell.
In each custom cell, there’s a textfield and a label.
Each time the text on the textField changes, I need to do some update in another textField present on the main UIView of my screen.
There are 6 rows in all
ISSUE:
The UITextFieldTextDidEndEditingNotification is triggered only on the 1st, 4th and 6th row on a first attempt.
Then on a 2nd attempt it would work only on the 1st and 4th.
When I DEBUG, it WORKS sometimes, but then it again does NOT work.
=> It’s like it is working randomly.
I cannot figure out what’s going on, anyone can help or provide some hint to track down the cause?
And you should prefer using the following callback method instead of UITextFieldTextDidEndEditing